tests/testthat/test-collecting.R

library(seedlings)

audiomonths <- concat_month_bl("../all_bl/", "output/", "audio")
audiostats <- concat_all_bl(audiomonths, "all_audio.csv")

videomonths <- concat_month_bl("../all_bl/", "output/", "video")
videostats <- concat_all_bl(videomonths, "all_video.csv")

all_bl <- join_full_audio_video(audiostats, videostats, "allofthem.csv")

all_bl <- add_chi_noun_onset(all_bl)

all_bl_agg <- big_aggregate(all_bl)
BergelsonLab/seedlings documentation built on May 8, 2019, 8:32 a.m.