Description Usage Arguments Value Examples
Find the pair of Excel files from a automatic weather station
1  | 
file.name | 
 character vector with paths to Excel files;
in general a list with path to file 2 (for more details see the vignette:
  | 
verbose | 
 logical, should print messages? Default: TRUE  | 
character vector of file paths; it is expected two file paths
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.