Melinda Higgins
  • Home
  • About
  • Resources
  • Blog
  • CV

On this page

  • Helpful websites
  • Link to local slides - my copies
  • Make a plot
  • Make a table
  • Add some tabs

resources

Helpful websites

  • UCSB-MEDS Creating Quarto Websites
  • UCSB-MEDS Customizing Quarto Websites
  • UCSB-MEDS Github

Link to local slides - my copies

  • My Copy uscb-meds slides - hidden in drafts ucsb_meds_custompres.qmd and sections and images

Make a plot

plot(pressure)

Make a table

library(dplyr)

Attaching package: 'dplyr'
The following objects are masked from 'package:stats':

    filter, lag
The following objects are masked from 'package:base':

    intersect, setdiff, setequal, union
mtcars %>%
  select(mpg, cyl, disp) %>%
  knitr::kable(caption = "Here is a table")
Here is a table
mpg cyl disp
Mazda RX4 21.0 6 160.0
Mazda RX4 Wag 21.0 6 160.0
Datsun 710 22.8 4 108.0
Hornet 4 Drive 21.4 6 258.0
Hornet Sportabout 18.7 8 360.0
Valiant 18.1 6 225.0
Duster 360 14.3 8 360.0
Merc 240D 24.4 4 146.7
Merc 230 22.8 4 140.8
Merc 280 19.2 6 167.6
Merc 280C 17.8 6 167.6
Merc 450SE 16.4 8 275.8
Merc 450SL 17.3 8 275.8
Merc 450SLC 15.2 8 275.8
Cadillac Fleetwood 10.4 8 472.0
Lincoln Continental 10.4 8 460.0
Chrysler Imperial 14.7 8 440.0
Fiat 128 32.4 4 78.7
Honda Civic 30.4 4 75.7
Toyota Corolla 33.9 4 71.1
Toyota Corona 21.5 4 120.1
Dodge Challenger 15.5 8 318.0
AMC Javelin 15.2 8 304.0
Camaro Z28 13.3 8 350.0
Pontiac Firebird 19.2 8 400.0
Fiat X1-9 27.3 4 79.0
Porsche 914-2 26.0 4 120.3
Lotus Europa 30.4 4 95.1
Ford Pantera L 15.8 8 351.0
Ferrari Dino 19.7 6 145.0
Maserati Bora 15.0 8 301.0
Volvo 142E 21.4 4 121.0

Important: Take extra care to never skip (or incorrectly type) an end tag! Some elements will still display correctly if you forget an end tag, but you cannot rely on this. Forgotten end tags will cause you headaches as you try troubleshoot unexpected results and errors Face Grin Beam Sweat.

Add some tabs

  • tab 1
  • tab 2
  • tab 3

some text on this one

plot(cars)

some more tabs go here

  • Copyright 2024, Melinda Higgins, PhD.