xls_find: Find the pair of Excel files from a automatic weather station

Description Usage Arguments Value Examples

Description

Find the pair of Excel files from a automatic weather station

Usage

1
xls_find(file.name, verbose = TRUE)

Arguments

file.name

character vector with paths to Excel files; in general a list with path to file 2 (for more details see the vignette: vignette("data-org", package = "rinmetxls"))

verbose

logical, should print messages? Default: TRUE

Value

character vector of file paths; it is expected two file paths

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## Not run: 
if(interactive()){
  p <- system.file("extdata/dvd_xls_files", package = "rinmetxls")
  pf <- list.files(
    p,
    pattern = ".*[[:punct:]]_\\.xls",
    recursive = TRUE,
    full.names = TRUE
  )
 xls_find(pf[1])
 xls_find(pf[2])
 xls_find(pf[3])
 }

## End(Not run)

lhmet/rinmetxls documentation built on May 28, 2019, 11:33 a.m.