export_pi_summary | R Documentation |
Export the preference index to a csv file
export_pi_summary(
experiment_folder,
pi,
result_folder = NULL,
output_csv = NULL,
suffix = ""
)
experiment_folder |
Path to folder containing IDOC results .csv files |
pi |
Dataframe to be exported. Should contain a column named preference_index |
result_folder |
Path to a folder where to save results. If not passaed, it is set to experiment_folder |
output_csv |
Path of csv output. If not provided, a new file in the experiment folder with key SUMMARY is produced |
suffix |
A character (word) that will differentiate resulting output from other output produced on the same experiment folder. Useful for segmenting the experiment into different periods of interest and analyzing these periods separately. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.