RGPr_get_invoices: Get Invoices

Description Usage Arguments Value

View source: R/RGPr_get_invoices.R

Description

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

Usage

1
2
3
4
5
6
RGPr_get_invoices(
  RGP_databases,
  start_date = NULL,
  end_date = NULL,
  return_all = FALSE
)

Arguments

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

Value

all_customers a tibble


YourEconProf/RockGymProR documentation built on March 1, 2020, 2:27 a.m.