ooni_list_files: List measurement files

Description Usage Arguments

View source: R/list-files.R

Description

List measurement files

Usage

1
2
3
4
5
ooni_list_files(probe_cc = NULL, probe_asn = NULL, test_name = NULL,
  since = NULL, until = NULL, since_index = NULL,
  order_by = c("test_start_time", "probe_cc", "report_id", "probe_asn",
  "test_name", "index", "idx", "report_no"), ascending = TRUE, offset = 0L,
  limit = 100L)

Arguments

probe_cc

two letter country code

probe_asn

autonomous system number in the format "ASXXX"

test_name

name of the test

since, until

start/end dates of when measurements were run. A POSIXct object, Date object or character string that can be converted to one of those objects.

since_index

return results only strictly greater than the provided index

order_by

how the results should be ordered by. One of "test_start_time", "probe_cc", "report_id", "probe_asn", "test_name", "index", "idx", or "report_no". Default is "test_start_time".

ascending

should the order be ascending or descending

offset

offset into the paginated result set (default: 0)

limit

number of records to return (default & max are 100)


hrbrmstr/ooni documentation built on May 21, 2019, 1:43 a.m.