View source: R/combine_all_clicks.R
combine_all_clicks | R Documentation |
Summarize SMRT (and/or Lander2) tag data on all clicks; add data on dive depth and sound exposure.
combine_all_clicks(
tag_id = zc_smrt_tag_list,
nc_path = getwd(),
ae_path = getwd(),
rl_file,
ping_log_file,
email,
save_csv = TRUE,
click_csv_name = "combined_zc_clicks.csv",
buzz_csv_name = "combined_zc_buzzes.csv"
)
tag_id |
Character string or vector with tag IDs (without "-cal.nc"). Default: all SMRT/Lander2 ziphius tags. |
nc_path |
Directory (quoted string) where .nc files are stored. Can be one string, or a list the same length as tag_ids. Note: to download latest versions from Google drive, try function: |
ae_path |
Directory (quoted string) where text files with info about acoustic events are stored. If needed, you can use |
rl_file |
name (with path, if needed) of locally-stored .csv file with raw RL data. If not provided, the default is to use |
ping_log_file |
name (with path, if needed) of locally-stored .csv file with raw RL data. If not provided, the default is to use |
email |
Email address (required for FB Google Drive authentication; optional if |
save_csv |
Logical; whether or not to save a csv file with the results. Default: TRUE (and will overwrite any existing file) |
click_csv_name |
File name (with path, if desired) in which to save results in csv format. Default is combined_zc_clicks.csv. |
buzz_csv_name |
File name for buzz file. Default combined_zc_buzzes.csv |
A named list of two tibbles, one for clicks and one for buzzes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.