out_type <- knitr::opts_knit$get("rmarkdown.pandoc.to") r = getOption("repos") r["CRAN"] = "https://cran.rstudio.com/" #r["CRAN"] = "https://cloud.r-project.org/" #r["CRAN"] = "https://ftp.iitm.ac.in/cran/" options(repos = r)
switch(out_type, html = {cat(" <p> 1. Department of Mathematics and Statistics, University of Agriculture Faisalabad, Faisalabad-Pakistan (myaseen208@gmail.com).</p> ")}, latex = cat("\\begin{center} 1. Department of Mathematics and Statistics, University of Agriculture Faisalabad, Faisalabad-Pakistan (myaseen208@gmail.com). \\end{center}" ) )
\begin{center} \vspace{6pt} \hrule \end{center}
knitr::opts_chunk$set(echo = TRUE, comment = "", fig.cap = "")
library(PakCoronaData)
The R
package PakCoronaData
provides data set for exploration of Pakistan COVID-19 data http://covid.gov.pk/.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.