join_full_audio_video: Join the audio and video dataframes into one big dataframe

join_full_audio_videoR Documentation

Join the audio and video dataframes into one big dataframe

Description

Join the audio and video dataframes into one big dataframe

Usage

join_full_audio_video(
  audiostats,
  videostats,
  output_name = NULL,
  keep_na = FALSE,
  keep_comments = FALSE
)

Arguments

audiostats

the full audio basic level dataframe

videostats

the full video basic level dataframe

output

if specified, the output name for csv and feather files (without extension)

Value

the joined dataframe

Examples

## Not run: 
audiomonths <- concat_month_bl("../basiclevel_dataprep/all_bl/", "output/", "audio")
audiostats <- concat_all_bl(audiomonths, "all_audio.csv")
videomonths <- concat_month_bl("../basiclevel_dataprep/all_bl/", "output/", "video")
videostats <- concat_all_bl(videomonths, "all_video.csv")
joined_data <- join_full_audio_video(audiostats, videostats)

## End(Not run)

BergelsonLab/blabr documentation built on March 28, 2024, 9:15 p.m.