| print.bike_data | R Documentation |
Print bike data
## S3 method for class 'bike_data' print(x)
x |
object of class "bike_data" |
dataframe of data, invisibly
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.