concat_all_bl: Concatenate all the basic level files

concat_all_blR Documentation

Concatenate all the basic level files

Description

Concatenate all the basic level files

Usage

concat_all_bl(x, output = NULL)

Arguments

x

list of by-month basic level tibbles

output

if specified, path to the output csv file

Value

a tibble with all the basic level data

Examples

## Not run: 
x <- concat_month_bl("dir/with/bl/files", "output/folder", "video")
concat_all_bl(x, "all_video.csv")

## End(Not run)

BergelsonLab/blabr documentation built on July 10, 2024, 10:44 a.m.