library("dplyr")
# dplyr::filter() - for filtering datasets
# NROW() - count rows
# as.numeric() - convert to numeric
# lubridate package - handling dates
# - REDcap always outputs in year-month-day (YYYY-MM-DD)
# - lubridate::ymd()
# - Will sometimes add time
# - lubridate::parse_date_time(orders = "ymdHMS")
install.packages("vroom")
install.packages("janitor")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.