load_kenshoo_ftp: Load a Kenshoo report from an FTP location

Description Usage Arguments Value

Description

Load a Kenshoo CSV report from an FTP location

Usage

1
2
3
load_kenshoo_ftp(report_name, ftp_address = "ftp.kenshoo.com",
  is.csv = TRUE, username = NULL, password = NULL, save.creds = FALSE,
  creds.file = NULL)

Arguments

report_name

String of the report filename. ".csv" is appended if you exclude it.

ftp_address

String with the domain name. Default is "ftp.kenshoo.com"

is.csv

Boolean if the file is csv.

username

FTP site username.

password

FTP site password. Can be left as NULL if this function is run in the current R session or if the Kenshoo.FTP.Creds list is saved on disk

save.creds

Boolean to save Kenshoo.FTP.Creds to disk for next time.

creds.file

String to supply location of already-saved Kenshoo.FTP.Creds. If NULL, the function will check "~/Kenshoo.FTP.Creds"

Value

A data frame for the specified file.


brianwonch/mediamunger documentation built on May 13, 2019, 7:42 a.m.