--- title: "covid19.analytics Package: get access to and analyze the live worldwide data from the novel CoViD19 from JHU repository" author: "Marcelo Ponce" date: "`r Sys.Date()`" output: rmarkdown::html_vignette vignette: > %\VignetteIndexEntry{covid19 Package} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- ```{r, include = FALSE} knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) ``` ```{r child = "../README.md"} ```