save# Survey.save(folder: str, name: str)# Save this survey to a folder: Parameters# folderstrA folder where the survey files are saved. namestrThe name of the survey. The survey is saved to two files. Both filenames start with ‘name’ and one ends with ‘_data.csv’ and the other with ‘_varinfo.csv’.