concat_all_bl | R Documentation |
Concatenate all the basic level files
concat_all_bl(x, output = NULL)
x |
list of by-month basic level tibbles |
output |
if specified, path to the output csv file |
a tibble with all the basic level data
## Not run:
x <- concat_month_bl("dir/with/bl/files", "output/folder", "video")
concat_all_bl(x, "all_video.csv")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.