Skip to content
Snippets Groups Projects
Select Git revision
  • 7e0f227efec2ef81ae9ec6afd9ac13c88859b25b
  • master default
2 results

list1mGridSpyFiles.Rd

Blame
  • list1mGridSpyFiles.Rd 886 B
    % Generated by roxygen2: do not edit by hand
    % Please edit documentation in R/processGridSpyFiles.R
    \name{list1mGridSpyFiles}
    \alias{list1mGridSpyFiles}
    \title{List all available 1 minute grid spy data files from a given path}
    \usage{
    list1mGridSpyFiles(fpath, pattern)
    }
    \arguments{
    \item{fpath}{the name of the directory where the function should look}
    
    \item{pattern}{a pattern to match. Use the pattern to filter e.g. 1m (xx_at1.csv) from 30s () files}
    }
    \description{
    \code{list1mGridSpyFiles}. Lists all available 1 minute grid spy files from data repository. The functions, like most others in this package will fail
       if you do not have the data in a folder/directory corresponding to 'path'. Code borrows extensively from similar SAVE project function.
       This could take quite a long time if you have a lot of files.
    }
    \author{
    Ben Anderson, \email{b.anderson@soton.ac.uk}
    }