bind_section_files: Bind each section's files together

Description Usage Arguments Value Examples

View source: R/bind_section_files.R

Description

Binds the files for each section into one tibble

Usage

1
bind_section_files(folder_name, export_csv = FALSE)

Arguments

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 TRUE. If TRUE, the concatenated tibbles are saved in a "file" folder in the folder indicated by folder_name

Value

A list containing the section files.

Examples

1
bind_section_files("test_scrape")

fellennert/flashbackscrapR documentation built on Sept. 10, 2021, 4:15 p.m.