Description Usage Arguments Value Examples
View source: R/download_data.R
Downloads dataset from kaggle and creates a dataframe with input columns
1 | download_data(dataset, columns)
|
dataset |
kaggle dataset name to download |
columns |
list of columns to create a dataframe |
A dataframe with the given column names
1 2 3 | dataset <- "geomack/spotifyclassification"
df <- download_data(dataset, c("song_title", "artist"))
df
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.