download_and_read_data: Download and parse review data

Description Usage Arguments Details Value

View source: R/download-and-read-data.R

Description

Given the URL of a .zip file, this function will download it and decompress it to a given location.

Usage

1
download_and_read_data(data_source_url)

Arguments

data_source_url

Character.

Details

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.

Value

Tibble of parsed data


mdneuzerling/DrakeModelling documentation built on June 26, 2020, 1:25 p.m.