View source: R/import_stats_Ragu.R
This function turns the .xlsx exports data files from Ragu into a data frame compatible for data analysis in R under the tidy format. To use the function attribute it to an element, just like the read_excel function
1 | import_stats_Ragu(path, n_maps, n_conditions)
|
path |
A path (e.g. "C:\...") where the Ragu stats Excel file is located on your computer |
n_maps |
Number of maps given by Ragu for the segmentation, i.e. the number of Excel sheets named "Class_n" |
n_conditions |
Number of between subjects conditions defined in the Ragu settings |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.