Description Usage Arguments Details
View source: R/SpikeRemovalFunctions.R
This function is not exported
1 2 3 4 5 6 7 8 9 10 | dspk.BatchProcess(
directory,
output.directory,
file.name.note = "",
sep = ",",
dec = ".",
header = T,
NAvalue = "",
batched.process
)
|
batched.process |
!!!!!!!!!!enter CSV.table in as the datasource datatable in the quoted process!!!!!!!!!!!!!!! process that you wish to batch needs to be written out between quotations (") and within the process script make sure to only use apostrophies (') and not quotations (") e.g.: batched.process = "dspk.TableFormatting(Data = CSV.table, Value = 'Value', DateTime = 'DateTime', NAvalue = -777, datetime.format = '
make sure that when you enter the path name for the directory it has forward-slashes(/) or double-back-slashes (\\) and not back-slashes(\). If you copy the directory path from windows, it will have back-slashes(\) and these need to be changed to forward-slashes(/) or double-back-slashes (\\)
The NA value by default is blank "". You can enter your NA value into "NAvalue = "
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.