Skip to content

Commit f348c75

Browse files
committed
Actually render slides
1 parent 7c723c6 commit f348c75

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

R/read_waterdata_combined_meta.R

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,14 @@
5252
#' @param unit_of_measure `r get_ogc_params("combined-metadata")$unit_of_measure`
5353
#' @param parameter_description `r get_ogc_params("combined-metadata")$parameter_description`
5454
#' @param data_type `r get_ogc_params("combined-metadata")$data_type`
55-
#' @param primary `r get_ogc_params("combined-metadata")$primary`
55+
#' @param primary
56+
#' A flag identifying if the time series is a "primary" time series. "Primary" time
57+
#' series (which have this flag) are standard observations which undergo Bureau
58+
#' review and approval processes. Non-primary time series, which will have missing
59+
#' values for "primary", are provisional datasets made available to meet the need
60+
#' for timely best science and to assist with daily operations which need
61+
#' real-time information. Non-primary time series data are only retained by
62+
#' this system for 120 days.
5663
#' @param web_description `r get_ogc_params("combined-metadata")$web_description`
5764
#' @param parent_time_series_id `r get_ogc_params("combined-metadata")$parent_time_series_id`
5865
#' @param statistic_id `r get_ogc_params("combined-metadata")$statistic_id`

_quarto.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ project:
33
render:
44
- tutorials/basic_slides_deck.qmd
55
- tutorials/changes_slides_deck.qmd
6+
- tutorials/quick_intro_deck.qmd
67

78
toc: false
89

man/read_waterdata_combined_meta.Rd

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)