Saves the current queue as a csv file in the directory of your choice. The name of the csv file will match the name of the spider.

t_save_output(dir = getOption("output_dir", "output"))

Arguments

dir

the directory to save the csv to. Can be set globally with options()