All surveys are plotted, production and training surveys alike.

survey_hours_heatmap(
  surveys,
  local_dir = here::here(),
  placename = "",
  prefix = "",
  export = FALSE
)

Arguments

surveys

(tibble) The output of parse_surveys.

local_dir

A local directory to save the plot to, default: here::here().

placename

(string) The place name, used in labels.

prefix

(string) A prefix for the filename. Default: ""

export

Whether to export the figure as a file, default: FALSE

Details

[Stable]