Description Usage Arguments Details Value
View source: R/download-and-read-data.R
Given the URL of a .zip file, this function will download it and decompress it to a given location.
1 | download_and_read_data(data_source_url)
|
data_source_url |
Character. |
This function was intended to download and uncompress the data located at https://archive.ics.uci.edu/ml/datasets/Sentiment+Labelled+Sentences It is not a general function to download arbitrary data, but may be a useful template.
Tibble of parsed data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.