Learn R Programming

epidm (version 1.0.4)

csv_from_zip: Download a csv from a zip

Description

[Stable] A convenience function to allow you to pull data from NHS, ONS and ODR assets

Usage

csv_from_zip(x)

Value

a zip file for ingestion into your chosen readr

Arguments

x

a zip file from the web

Examples

Run this code
if (FALSE) {
read.csv(csv_from_zip("https://files.digital.nhs.uk/assets/ods/current/succarc.zip"))
}

Run the code above in your browser using DataLab