ropensci / refsplitr

R package for processing, organizing, and visualizing reference records downloaded from the Web of Science.
https://docs.ropensci.org/refsplitr
Other
55 stars 6 forks source link

Intermediate outputs creation read_authors #19

Closed aurielfournier closed 6 years ago

aurielfournier commented 6 years ago

1) after read_authors: would it be possible to save the foo_authors$authors part of the list and save it as a csv? That will make it easier for users to 2x the names.

aurielfournier commented 6 years ago

done! I changed up filename_root to default to teh current directory, so now it will always write out the csv. Before you had to give it a filename_root, or it wouldn't write out anything.