concat_all_bl: Concatenate all the basic level files

Description Usage Arguments Value Examples

Description

Concatenate all the basic level files

Usage

1
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

1
2
x <- concat_month_bl("dir/with/bl/files", "output/folder", "video")
concat_all_bl(x, "all_video.csv")

BergelsonLab/seedlings documentation built on May 8, 2019, 8:32 a.m.