Description Usage Arguments Value
View source: R/RGPr_get_checkins.R
Gets primary data from customer data table using information on the facilities obtained via a call to RGP_get_gyms. If multiple codes are submitted, then this will loop over all locations and concatenate the results
1 2 3 4 5 6 | RGPr_get_checkins(
RGP_databases,
start_date = NULL,
end_date = NULL,
return_all = FALSE
)
|
RGP_databases |
output from a previous call to RGPr_Import_Gyms |
start_date |
pull checkins after this date |
end_date |
pull checkins before this date |
return_all |
TRUE/FALSE whether to return all columns |
all_customers a tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.