View source: R/raw.fixInvalidFile.R
raw.fixInvalidFile | R Documentation |
Fix invalid data filename
raw.fixInvalidFile(
filename,
addInstrument = "",
addUser = "",
addProject = "",
addSample = "",
renameFile = FALSE
)
filename |
name of file |
addInstrument |
instrument to be added |
addUser |
user to be added |
addProject |
project to be added |
addSample |
sample to be added |
renameFile |
if |
returns fixed filenames
f = raw.findFiles(raw.getSamplePath(), instrument='MM160622SI1')
print(f)
f.new = raw.fixInvalidFile(f, addInstrument='vsm')
print(paste("Old name:",f))
print(paste("New name:",f.new))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.