Number of observations in the FoRTE Dataset

fd_observations()

Note

No. of observations for many, but not all datasets

#' @return A data.frame or tibble of the observation tally. Call fd_metadata for field metadata.

Examples

fd_observations()
#> These data are unpublished. Please contact Kayla Mathes to ask about using
#> Data citation: ESSD
#> Contact person: Kayla Mathes
#> # A tibble: 492 x 5 #> month year timeframe table no_of_obs #> <dbl> <dbl> <date> <chr> <int> #> 1 1 2018 2018-01-01 fd_soil_respiration NA #> 2 1 2019 2019-01-01 fd_soil_respiration NA #> 3 1 2020 2020-01-01 fd_soil_respiration NA #> 4 1 2021 2021-01-01 fd_soil_respiration NA #> 5 2 2018 2018-02-01 fd_soil_respiration NA #> 6 2 2019 2019-02-01 fd_soil_respiration NA #> 7 2 2020 2020-02-01 fd_soil_respiration NA #> 8 2 2021 2021-02-01 fd_soil_respiration NA #> 9 3 2018 2018-03-01 fd_soil_respiration NA #> 10 3 2019 2019-03-01 fd_soil_respiration NA #> # ... with 482 more rows