TryGetBdlData: Download the data, if available

Description Usage Arguments Value See Also

View source: R/BdlResponse.R

Description

Download the data, if available

Usage

1
2
TryGetBdlData(bdlConnection, responseFileName, parser, verbose = FALSE,
  useSystemUudecode = FALSE)

Arguments

bdlConnection

The BdlConnection object used to establish the FTP download

responseFileName

The file downloaded

parser

The parser used to convert the file into an R object

verbose

Prints progress output if TRUE

useSystemUudecode

workaround for a bug with long filenames on some linux systems. Requires installation of sharutils on your system (sudo apt-get install sharutils)

Value

either NULL (if the file is not yet available) or a data.frame containing the data

See Also

UploadRequest

BdlResponseHandle


gluc/datalicenseR documentation built on Aug. 5, 2021, 10:50 p.m.