Description Usage Arguments Examples
View source: R/disc_assemble.R
Assemble data of a given kind from several deployments
1 2 3 |
pattern |
pattern to look for in the file name; passed to |
ids |
deployment ids to limit the search to; if NULL (the default) get data from all deployments |
deploy.dir |
path to the directory containing deployments (and associated options). By default "deployments" in the current directory. |
1 2 3 4 5 6 7 8 9 10 | # get example deployments included with the package
deploys <- system.file("extdata", "deployments", package = "discr")
disc_status(deploys)
# get all larvae tracks
head(disc_assemble("rotated_larvae_tracks", deploy.dir=deploys))
# get all GPS tracks
head(dassemble("gps", deploy.dir=deploys))
tail(dassemble("gps", deploy.dir=deploys))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.