reports: Reports

Description Usage Arguments Examples

Description

Reports

Usage

1
2
3
4
5
6
7
reports_page_views(
  start_date,
  end_date,
  category_id = NULL,
  group_id = NULL,
  ...
)

Arguments

start_date, end_date

start and end dates

category_id

a category id

group_id

a group id

...

Named parameters passed on to crul::verb-GET

Examples

1
2
3
4
## Not run: 
x <- reports_page_views(start_date = "2019-08-01", end_date = "2019-09-11")

## End(Not run)

sckott/discgolf documentation built on March 10, 2021, 5:30 p.m.