diff --git a/README.Rmd b/README.Rmd index 0f91893..7d15d3e 100644 --- a/README.Rmd +++ b/README.Rmd @@ -20,7 +20,7 @@ knitr::opts_chunk$set( [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) -The goal of [rcoagmet](emberr (https://github.com/andypicke/emberr) is to provide functions for downloading data from [CoAgMet](https://coagmet.colostate.edu/) weather stations, using their [Data API](https://coagmet.colostate.edu/data/doc.html). +The goal of [rcoagmet](https://github.com/andypicke/rcoagmet) is to provide functions for downloading data from [CoAgMet](https://coagmet.colostate.edu/) weather stations, using their [Data API](https://coagmet.colostate.edu/data/doc.html). See also this [blog post](https://andypicke.quarto.pub/portfolio/posts/rcoagmet/rcoagmet.html) describing the package and showing some examples. diff --git a/README.md b/README.md index 48e91b4..dbc618f 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,10 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) -The goal of [rcoagmet](#rcoagmet)(emberr -() is to provide functions for -downloading data from [CoAgMet](https://coagmet.colostate.edu/) weather -stations, using their [Data -API](https://coagmet.colostate.edu/data/doc.html). +The goal of [rcoagmet](https://github.com/andypicke/rcoagmet) is to +provide functions for downloading data from +[CoAgMet](https://coagmet.colostate.edu/) weather stations, using their +[Data API](https://coagmet.colostate.edu/data/doc.html). See also this [blog post](https://andypicke.quarto.pub/portfolio/posts/rcoagmet/rcoagmet.html) @@ -85,12 +84,12 @@ head(latest) #> # A tibble: 6 × 15 #> station date_and_time air_temp rh dewpoint solar_rad x5min_precip #> -#> 1 akr02 2024-05-14 08:00:00 61.2 0.604 47.3 447. NA -#> 2 alt01 2024-05-14 08:00:00 63.6 0.442 41.4 405. NA -#> 3 avn01 2024-05-14 08:50:00 67.9 0.471 47.0 416. 0 +#> 1 akr02 2024-05-14 09:00:00 66.4 0.461 45.1 629 NA +#> 2 alt01 2024-05-14 09:00:00 68.5 0.331 38.4 677. NA +#> 3 avn01 2024-05-14 09:00:00 68.6 0.459 47.0 630. 0 #> 4 bla01 2024-05-14 08:55:00 56.7 0.43 34.4 677 0 -#> 5 bnv01 2024-05-14 08:50:00 56.9 0.408 33.3 711. 0 -#> 6 brg01 2024-05-14 08:00:00 63.3 0.479 43.2 243. NA +#> 5 bnv01 2024-05-14 09:00:00 56.7 0.417 33.7 743. 0 +#> 6 brg01 2024-05-14 09:00:00 70.7 0.338 40.8 566. NA #> # ℹ 8 more variables: hourly_precip , wind , wind_dir , #> # gust_speed , gust_dir , x5cm_soil_temp , #> # x15cm_soil_temp , date @@ -143,6 +142,8 @@ head(df) df |> ggplot2::ggplot(ggplot2::aes(date_and_time, air_temp)) + ggplot2::geom_line() +#> Warning: Removed 1 row containing missing values or values outside the scale range +#> (`geom_line()`). ``` diff --git a/man/figures/README-unnamed-chunk-7-1.png b/man/figures/README-unnamed-chunk-7-1.png index a266a25..fda6dbc 100644 Binary files a/man/figures/README-unnamed-chunk-7-1.png and b/man/figures/README-unnamed-chunk-7-1.png differ