Description Usage Arguments Value Examples
View source: R/bind_section_files.R
Binds the files for each section into one tibble
1 | bind_section_files(folder_name, export_csv = FALSE)
|
folder_name |
A character vector containing the name of the folders the results are stored in. CSV files stored in the same folder are bound together and exported into a CSV file that has the same name as the path of the folder they were stored in. |
export_csv |
A logical vector, defaults to |
A list containing the section files.
1 | bind_section_files("test_scrape")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.