Learn R Programming

softmaxreg (version 1.2)

loadURLData: Download and Unzip Web Datasets

Description

Download web datasets from URL to local path and unzip the data.

Usage

loadURLData(URL, folder, unzip = FALSE)

Arguments

URL
String of the url of the web dataset.
folder
String of the path of the folder you want to put the downloaded files. Folder path will be set as the working directory.
unzip
Boolean variable. If true, the ".zip" files will be unzipped.

See Also

document wordEmbed

Examples

Run this code
## Not run: 
# # Download UCI Archived Dataset from URL:
# # http://archive.ics.uci.edu/ml/machine-learning-databases/00217/C50.zip
# # Reuter 50 DataSet
# URL = "http://archive.ics.uci.edu/ml/machine-learning-databases/00217/C50.zip"
# folder = getwd()
# loadURLData(URL, folder, unzip = TRUE)
# ## End(Not run)

Run the code above in your browser using DataLab