get_data | R Documentation |
Get bikeshare data for a particular URL
get_data(url)
url |
URL for data, get from |
dataframe of data
if(interactive()) { feeds_urls() %>% dplyr::filter(name == "system_information") %>% dplyr::pull("url") %>% get_data() }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.