build_pxweb_rda_file_path {pxweb} | R Documentation |
Build or get the tmp_rda_file_path from an url or pxweb_api_s3 object
Description
Build or get the tmp_rda_file_path from an url or pxweb_api_s3 object
Usage
build_pxweb_rda_file_path(x)
## S3 method for class 'character'
build_pxweb_rda_file_path(x)
## S3 method for class 'url'
build_pxweb_rda_file_path(x)
## S3 method for class 'pxweb'
build_pxweb_rda_file_path(x)
## S3 method for class 'list'
build_pxweb_rda_file_path(x)
Arguments
x |
object to create tmp_file_path for. |
Details
The hostname is used to
[Package pxweb version 0.17.0 Index]