Description Usage Arguments Value Author(s) Examples
View source: R/base_functions.R
attach to R a camera trap repository, creating it if necessary
1 2 | setRepository(path = getwd(), create = FALSE)
getRepository()
|
path |
a valid path where the files and direstories structure of a cameratraps repository is located. See repositoryStructure for a detailed description of a repository structure. |
create |
a logical value. If |
A character representation of path
, if command completed successfully.
Damiano G. Preatoni prea@prea.net
1 2 3 4 5 | ## Set /tmp/cameratraps as Repository path, create it if doesn't exist
setRepository('/tmp/cameratraps', create=TRUE)
## check that
getRepository()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.