Description Usage Arguments Examples
View source: R/get_shinyrates_data.R
writes the data from shinyrates.com
1 | write_shinyrates_data(df, name = "shinyrates.csv")
|
df: |
a data frame to write |
name: |
the name of the file (with file type ie name.csv) |
1 2 3 4 | date <- Sys.Date()
df <- scrape_shinyrates_website()
df <- format_shinyrates_data(df=df, timestamp=date)
write_shinyrates_data(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.