dspk.BatchProcess: Batch process directory of CSV files

Description Usage Arguments Details

View source: R/SpikeRemovalFunctions.R

Description

This function is not exported

Usage

 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
)

Arguments

batched.process

Details

!!!!!!!!!!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 = "


pgelsomini/HICbioclean documentation built on Dec. 28, 2021, 5:22 p.m.