statictics: Statistics

Description Usage Arguments

Description

Get report for subscribers or operators.

Usage

1
2
3
4
5
get_stats(token, imsi, service = c("air", "beam"), period = c("month",
  "day", "minutes"), from = 0, to = Sys.time())

export_stats(token, service = c("air", "beam"), period = c("month"),
  from = 0, to = Sys.time(), download_file = TRUE)

Arguments

token

Your API token.

imsi

Subscriber's IMSI.

service

SORACOM service.

period

Period for the output. For get_stats, one of "month", "day", or "minutes" is to be chosen. For export_stats, only "month" is supported now.

from

Initial time of the output.

to

Last time of the output.

download_file

Whether the exporeted file will be downloaded or not.


kos59125/soracomr documentation built on May 20, 2019, 1:08 p.m.