View source: R/pipeline_convert.R
ecat_info | R Documentation |
Extracts header, decay, counts and timing information from ecat7 .v files.
ecat_info(v_filename, inpath = getwd(), outpath = getwd(), checkLines = F)
v_filename |
Filename of the input .v file. Preferably without file extension (except if other dots in the filename). Should only be the filename. Path goes into inpath. |
inpath |
Path to the input file. Defaults to the working directory. |
outpath |
Path to which data can be written. Just required for temporary files. Defaults to the working directory. |
checkLines |
Should the system commands be checked (and not run)? Default FALSE. |
If checkLines is TRUE, the commands will be returned. If checkLines is FALSE, the relevant data will be returned in a list.
ecat_info('r_abcd_1', checkLines = F)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.