inst/doc/v1_intro.R

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

## -----------------------------------------------------------------------------
library(sfo)

data("sfo_passengers")

str(sfo_passengers)

head(sfo_passengers)


## -----------------------------------------------------------------------------
library(sfo)

data("sfo_stats")

str(sfo_stats)

head(sfo_stats)

Try the sfo package in your browser

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

sfo documentation built on March 31, 2023, 8:32 p.m.