inst/doc/create_article.R

## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  message = FALSE,
  comment = "#>"
)

## ----setup, echo = FALSE------------------------------------------------------
library(rjtools)

## ----eval = FALSE-------------------------------------------------------------
#  create_article(name = "quokka-bilby")

## ----eval = FALSE-------------------------------------------------------------
#  rmarkdown::render("quokka-bilby.Rmd")

## ----eval = FALSE-------------------------------------------------------------
#  install.packages(c("plotly", "ggplot2", "kableExtra", "palmerpenguins"))

Try the rjtools package in your browser

Any scripts or data that you put into this service are public.

rjtools documentation built on May 29, 2024, 9:57 a.m.