-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I see here, for example, you look for Sys.getenv("MAPBOX_SECRET_TOKEN"). Would you consider something a bit more generic that looks for any string with "mapbox" in the environment?
Similar to what I have in mapdeck here
e <- Sys.getenv()
e <- e[ grep( "mapbox|mapdeck", names( e ), ignore.case = TRUE ) ]
(and the related thread)
Metadata
Metadata
Assignees
Labels
No labels