Description Usage Arguments Details Value
View source: R/prepare_input.R
After scanning a directory with scan_directory()
, the accessor
functions listed here can be used to extract useful information.
1 2 3 4 5 6 7 8 9 | get_all(obj)
get_invalid(obj)
get_green_only(obj)
get_red_only(obj)
get_cases(obj)
|
obj |
Output of |
Lists all files
Lists all non-idat files
Lists basenames with missing RED channel data
Lists basenames with missing GREEN channel data
Lists basenames of complete cases
Vector with file names or basenames (see above)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.