get.csv | R Documentation |
Use get.csv()
to extract any CSV data set available on the
Open Data BCN website and
load it directly in your RStudio environment.
Previously, use datasetlist
to get the resource ID
of the CSV you want to consult, and then introduce it as an input argument
using the get.csv()
function.
get.csv(id)
id |
character |
Xavier Vivancos
# Get the resource ID of the CSV you want to consult datasetlist() # Retrieve the CSV get.csv(id = "e9d8d056-f1c9-4d38-b7ae-aedc9281417e")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.