cbn_set_vectorfile_location.Rd
This function adds the location of the file of vectors to the
current environment (as the value of CBN_VECTORS_LOCATION
).
If persist
is TRUE it also adds this key to
~/.Renviron
so that it is retained across R sessions.
cbn_set_vectorfile_location(f, persist = FALSE)
f | path where you unzipped your vectors file |
---|---|
persist | Whether to add this to your R startup file |
Nothing
To recover the current location, use
cbn_get_vectorfile_location
.