list_hist_file: Historical Archive File list

Description Usage Arguments Examples

View source: R/list-file.R

Description

It lists at most max 500 results.

Usage

1
2
3
list_hist_file(start = Sys.Date() - 1, end = Sys.Date() - 1,
  category = NULL, provider = NULL, format = NULL, search = NULL,
  order = NULL, skip = NULL)

Arguments

start

start date of a period

end

end date of a period

category

Category ID, see website for a list of categories, use list_categories() to see list of categories

provider

Provider ID, see website for a list of provider ID, use list_providers() to see list of providers

format

File format

search

keyword search

order

sort order

skip

the first x number of records to omit

Examples

1
2
3
list_hist_file("2015-01-01", "2018-01-01")

list_hist_file("2015-01-01", "2018-01-01", category = "health")

XiangdongGu/hkdata documentation built on Aug. 3, 2019, 6:18 p.m.