ImportFromZema: Download Zema Profile Data

Description Usage Arguments Functions Examples

Description

Download data from zama profiles.

Usage

1
2
3
4
ImportFromZema(profile.name, profile.owner, timestep = "",
  destfile = "temp.csv", useCurl = FALSE)

RegisterZemaAccount(username, password)

Arguments

profile.name

Zema profile name to download

timestep

c("Monthly", "Daily", NA). If "Monthly" data needs to be in a format of "yyyy mm" and if "Daily," "mm/dd/yyyy." Default time formatting can be specified in Zema.

destfile

A location and a file name where the data is temporarily stored. Default is "temp.csv" at the local directory.

useCurl

If OS is other than Windows, or if data set is large, use Curl. Otherwise set to FALSE.

username

Your Zema accont username.

password

Your Zema accont password.

profileowner

Owner of the zema profile

Functions

Examples

1
2
RegisterZemaAccount("eina.murphy", "m7g1z8f6")
ImportFromZema("HH Forward curves", "eina.murphy", timestep = "Monthly", useCurl=FALSE)

einaooka/tea.utilities documentation built on May 16, 2019, 1:25 a.m.