Introduction

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

The sfo package provides monthly statistics of San Francisco International (SFO) airport air traffic between July 2005 and December 2022. That includes the following two datasets:

sfo_passengers

The sfo_passengers dataset focuses on monthly air passengers statistics, and it contains the following fields:

Data source: San Francisco data portal (DataSF) API

library(sfo)

data("sfo_passengers")

str(sfo_passengers)

head(sfo_passengers)

sfo_stats

The sfo_stats dataset focuses on monthly landing statistics, and it contains the following fields:

Data source: San Francisco data portal (DataSF) API

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.