GitHunt
US

USFWS/intro-to-quarto-exercises

Exercises for Introduction to Quarto workshop

Introduction to Quarto: Exercises

Description

This repository is part of the Introduction to Quarto course and is dedicated to providing a collection of exercises designed to help students master the use of Quarto documents. Quarto is a powerful tool for creating dynamic documents, presentations, and reports that integrate code, visualizations, and narrative in a single seamless format.

Overview

This repository contains various exercises and examples that will guide students through the fundamental concepts and features of Quarto. Each exercise is structured to build upon concepts covered in the Introduction to Quarto course, ultimately leading to a comprehensive understanding of how to effectively utilize Quarto.

Getting started

  1. From FWS Apps-To-Go, install:
  • R 4.4.2
  • RStudio 2024.09.1
  1. Open a new RStudio session.
  2. Download the exercise materials. This function creates a new RStudio project called "intro-to-quarto-exercises-main".
if (!require("usethis")) install.packages("usethis")
usethis::use_course("https://github.com/USFWS/intro-to-quarto-exercises/archive/refs/heads/main.zip")
  1. Open this new RStudio project, if it's not already open.
  2. Install the R package dependencies:
source("install_packages.R")

Audience

FWS staff with experience using R who are curious to learn how to author
Quarto documents.

Instructors

Jacob Cochran, Lower Great Lakes Fish and
Wildlife Conservation Office
McCrea Cobb, Refuge Inventory and
Monitoring Program, Alaska
Jason Ross, Fish and Aquatic Conservation
Program
Emma Schillerstrom, Refuge Inventory and Monitoring Program, Alaska
Jonah Withers, Fisheries and Ecological
Services, Alaska


This work is licensed under a Creative Commons Zero Universal v1.0 License.

Languages

R100.0%

Contributors

Creative Commons Zero v1.0 Universal
Created January 15, 2025
Updated September 30, 2025