16 Miscellaneous

Instructor: Leo

16.1 postcards

The above video is in Spanish.

## Create an RStudio project first with this particular name
usethis::create_project("~/Desktop/YourGitHubUsername.github.io")

## Configure Git and GitHub
## If you don't have git, check "Happy Git and GitHub for the useR" available
## at https://happygitwithr.com/
usethis::use_git()
usethis::use_github()

Create your website template using postcards by choosing one of the options below. This will create an index.Rmd file.

## Choose only one of these options, whichever you liked the most
postcards::create_postcard(template = "jolla")
postcards::create_postcard(template = "jolla-blue")
postcards::create_postcard(template = "trestles")
postcards::create_postcard(template = "onofre")
postcards::create_postcard(template = "solana")

16.2 Organizing your work

LIBD rstats club notes

© 2011-2023. All thoughts and opinions here are my own. The icon was designed by Mauricio Guzmán and is inspired by Huichol culture; it represents my community building interests.

Published with Bookdown