set_location_list: Save a Location List into an RData File

View source: R/new_locations_setter.R

set_location_listR Documentation

Save a Location List into an RData File

Description

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.

Usage

set_location_list(location_list, data_path)

Arguments

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

Value

An RData file containing a list of species for the project, along with other data if added to an existing RData file

See Also

Other location tools: list_all_locations(), show_location_list()

Examples

## Not run: set_location_list(c("location1", "location2"), "C:/Folder/Folder/Data.RData")

vulpes-vulpes/batr documentation built on Jan. 23, 2025, 3:23 p.m.