View source: R/new_locations_setter.R
set_location_list | R Documentation |
Saves a location list into a batr RData file so that you don't have to specify it each time you run a function. If no location list is specified functions will ask for it.
set_location_list(location_list, data_path)
data_path |
Character. Path to an RData file to add activity data to. Optional, a save location will be created before data are saved. |
species_list |
A vector list of species codes that correspond to those in the GUANO metadata for the files in the data set |
An RData file containing a list of species for the project, along with other data if added to an existing RData file
Other location tools:
list_all_locations()
,
show_location_list()
## Not run: set_location_list(c("location1", "location2"), "C:/Folder/Folder/Data.RData")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.