cdr_key_paths: Create full paths to key files given a path to the directory...

Description Usage Arguments Value Examples

View source: R/key_paths.R

Description

Create full paths to key files given a path to the directory containing the key files

Usage

1
cdr_key_paths(key_dir, ext = "keyx")

Arguments

key_dir

A length 1 character string describing the path to the directory (on your machine) that houses key files

ext

A length 1 character string that is interpretable as a regular expression. Defaults to keyx, which should be correct for key files, but could be used to list files of any type by modifying ext argument.

Value

A character vector with a path for each file in key_dir

Examples

1
2
3
cdr_key_paths(
  system.file("extdata", package = "CollarDownloadeR")
)

Huh/CollarDownloadeR documentation built on May 27, 2019, 11:47 p.m.