knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(RAWdataR)
In order to find data at a later stage and foster enhanced search capabilities, we show here how to detect problems with file labeling and how to generate some statistics.
path.RAW = raw.getSamplePath() file.list = dir(path.RAW) for(f in file.list) { if (!raw.isValid(f)) { print(paste("Found file with invalid name: ",f)) } }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.