View source: R/raw.tryFixInvalidFile.R
raw.tryFixInvalidFile | R Documentation |
suggests a new filename for an invalid filename
raw.tryFixInvalidFile(
pfad,
filename,
project = "xx",
user = "unknown",
guessSample = FALSE
)
pfad |
path of RAW folder |
filename |
filename in RAW folder |
project |
project name if known |
user |
2 or 3 letter user initials |
guessSample |
TRUE/FALSE to add sample name |
string with suggested filename
fname = raw.getInvalidFiles(raw.getSamplePath())[1]
raw.tryFixInvalidFile(pfad = raw.getSamplePath(),filename = fname)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.