readSourceUrlConfig {AnnBuilder} | R Documentation |
Read a data source URL config file, a simple text file with two named columns, name and url.
readSourceUrlConfig(file, urlPrefix)
file |
path containing names and URLs |
urlPrefix |
If present, this will be prepended to all URLs parsed
in file |
A named list of URLs.
S. Falcon