R/data.R

#' Example dataset of landing events
#'
#' An example dataset for trying out after_join. The variables are as follows:
#'
#' @format A data frame with 9 rows and 2 variables:
#' \describe{
#'   \item{user_id}{A numeric column for identifying people}
#'   \item{timestamp}{A date column for the date the landing happened}
#' }
"landed"

#' Example dataset of registration events
#'
#' An example dataset for trying out after_join. The variables are as follows:
#'
#' @format A data frame with 8 rows and 2 variables:
#' \describe{
#'   \item{user_id}{A numeric column for identifying people}
#'   \item{timestamp}{A date column for the date the registration happened}
#' }
"registered"

Try the funneljoin package in your browser

Any scripts or data that you put into this service are public.

funneljoin documentation built on March 31, 2023, 11:07 p.m.