Description Usage Arguments Included Functions Examples
View source: R/jonesDataClass.r
jonesDataClass: A package for Jones Calium Imaging data
1 | jonesDataClass(files = "", ...)
|
files |
input file names |
... |
passed to other methods |
[jonesDatum] Data Class for single file
[jonesDataClass] Data Class for collection of datum
s
[fileImporter] Function that parses excel and image files.
1 2 3 4 5 6 7 8 9 | ## Load test files from package
dataFiles <- list.files(
path = system.file('extdata',package='jonesDataClass'),
pattern = '.xlsx$',
full.names = TRUE
)
## Import contents
dataObj <- jonesDataClass(dataFiles, verbose= TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.