getMorningReportByDay: Get Morning Report By Day

Description Usage Arguments

View source: R/getMorningReportByDay.R

Description

May need to add config = httr::config(ssl.verifypeer = FALSE) if SSL cert cant be found.

Usage

1
2
3
getMorningReportByDay(day = Sys.Date(), user = getOption(x = "ISO_NE_USER"),
  password = getOption(x = "ISO_NE_PASSWORD"), out.tz = "America/New_York",
  ...)

Arguments

day

date

user

user account

password

password

out.tz

output timezone.

...

passed to httr functions.


noahbullock/rISONE documentation built on May 23, 2019, 9:29 p.m.