You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "A template to rapidly deploy Python/R based books using Bookdown."
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
# Here you load all your project's packages
library(ggplot2)
library(dplyr)
```
# Preliminary Information {.unnumbered}
This is an artificial book to demonstrate the look of the [RapidBook Template](https://github.com/jxareas/RapidBook), which is a template to rapidly deploy either Python or R based books using Bookdown.
As this uses R Markdown, Python must be used through the `reticulate` interface.