worldbank / dkanr

General purpose R client to the DKAN Open Data platform
Other
7 stars 3 forks source link

handle internal resource #19

Closed seladore closed 6 years ago

seladore commented 6 years ago
  1. add function to extract the resources link depending on location something like this

    resource[[1]]$field_link_api$und[[1]]$url
    resource[[1]]$field_link_remote_file$und[[1]]$url
    resource[[1]]$field_upload$und[[1]]$uri
  2. build correct url for field_upload files

tonyfujs commented 6 years ago

done: get_resource_url() function