read_csv
: Read .csv fileThis function reads the .csv file which is originated from Lime Survey. It also calculates the number of time groups automatically for detecting random responses based on the time spent in filling out parts of the survey.
read_csv(csv_file)
Argument |Description
------------- |----------------
csv_file
| The file we want to process
A list containing the data from the .csv file read_csv()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.