R/gt_new_names.R

gt_new_names <- c(
  "eruptionID" = "eruption_id",
  "geyser" = "geyser",
  "eruption_time_epoch" = "time",
  "has_seconds" = "has_seconds",
  "exact" = "exact",
  "ns" = "near_start",
  "ie" = "in_eruption",
  "E" = "electronic",
  "A" = "approximate",
  "wc" = "webcam",
  "ini" = "initial",
  "maj" = "major",
  "min" = "minor",
  "q" = "questionable",
  "duration" = "duration",
  "duration_seconds" = "duration_seconds",
  "duration_resolution" = "duration_resolution",
  "duration_modifier" = "duration_modifier",
  "entrant" = "entrant",
  "observer" = "observer",
  "eruption_comment" = "comment",
  "time_updated" = "time_updated",
  "time_entered" = "time_entered",
  "associated_primaryID" = "primary_id",
  "other_comments" = "other_comments")

Try the geysertimes package in your browser

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

geysertimes documentation built on Sept. 9, 2021, 9:06 a.m.