# NOT RUN {
## Read SC-data from a file named "study1.csv" in your working directory
# study1 <- readSC("study1.csv")
## Read SC-data from a .csv-file with semicolon as field and comma as decimal separator
# study2 <- readSC("study2.csv", sep = ";", dec = ",")
# }
Run the code above in your browser using DataLab