Learn R Programming

vein (version 1.1.3)

get_project: Download vein project

Description

get_project downloads a project for running vein. The projects are available on Github.com/atmoschem/vein/projects

Usage

get_project(directory, case, url)

Arguments

directory

Character; Path to an existing or a new directory to be created.

case

Character; One of of the following:

caseDescriptionEFNotes
emislacovidBottom-up March 2020CETESB.rds
brazil_bu_chemBottom-up chemical mechanismsCETESB+tunnel.rds
brazil_bu_chem_streetsBottom-up chemical mechanisms for streets and MUNICHCETESB+tunnel.rds
brazil_td_chemTop-down with chemical mechanismsCETESB.csv and .rds
brazil_countryTop downCETESB+tunnel.rds
brazil_countryv2Top downCETESB+tunnel.rds
masp2020Bottom-downCETESB+tunnelcsv and.rds
sebr_cb05co2Top-down SP, MG and RJCETESB+tunnel.rds
amazon2014Top-down AmazonCETESB+tunnelcsv and.rds
curitibaBottom-down +GTFSCETESB+tunnelcsv and.rds
ecuador_tdTop-down. Renamed ecuador_td_imEEAcsv and.rds
ecuador_td_hot_monthTop-downEEAcsv and.rds
moves_buBottom-upUS/EPA MOVEScsv and.rds (requires MOVES >=3.0 on Windows)
manizales_buBottom-up chemical mechanismsEEAcsv, csv.gz, .rds
eu_bu_chemBottom-up chemical mechanismsEEA 2019.rds
eu_bu_chem_simpleBottom-up chemical mechanisms 7 vehEEA 2019.rds
china_bu_chemBottom-up chemical mechanismsMEE China.rds
china_bu_chem_1hBottom-up chemical mechanismsMEE China.rds

url

String, with the URL to download VEIN project

Examples

Run this code
if (FALSE) {
#do not run
get_project("awesomecity", case = "brazil_bu_chem")
}

Run the code above in your browser using DataLab