disc_status: Status of the deployments directory

Description Usage Arguments Examples

View source: R/disc_status.R

Description

Give information about deployments (number of pictures, metadata files, data files, etc.)

Usage

1
2
3
disc_status(deploy.dir = NULL)

dstatus(deploy.dir = NULL)

Arguments

deploy.dir

path to the directory containing deployments (and associated options). By default "deployments" in the current directory.

Examples

1
2
3
4
# get example deployments included with the package
deploys <- system.file("extdata", "deployments", package = "discr")

disc_status(deploy.dir=deploys)

jiho/discr documentation built on May 19, 2019, 9:30 a.m.