knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
The goal of motCarData is to enable quick, convenient and reproducible access to open 'MOT' datasets on car characteristics provided by .gov.uk.
download.file("https://github.com/ITSLeeds/RpackageTemplate/archive/master.zip", "template.zip") unzip("template.zip") file.rename("RpackageTemplate-master/R", "R") file.rename("RpackageTemplate-master/DESCRIPTION", "DESCRIPTION") # file.rename("RpackageTemplate-master/", ".") file.edit("DESCRIPTION") unlink("RpackageTemplate-master/", recursive = T) unlink("template.zip")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.