# NOT RUN {
# Use this example for your data
if(interactive())
{read.data()}
# Example for CRAN tests
## Create test data
test1 <- c(1:5, "6,7", "8,9,10")
## Path to temporary file
tf <- tempfile()
## Create test file
writeLines(test1, tf)
## Read in data
read.data(tf)
# See documentation of respective R functions for specific examples
# }
Run the code above in your browser using DataLab