Skip to content

Commit

Permalink
docs: fix formatting in road_data
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-davison-ricardo committed Mar 20, 2024
1 parent ce4b4af commit cb950f9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 deletions R/road_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
#' and 23rd June 2005.
#'
#' @docType data
#' @format Data frame with 65533 observations (rows) on the following 10
#' variables: \describe{ \item{list("date")}{Observation date/time stamp in
#' @format Data frame with 65533 observations (rows) and the following 10
#' variables: \describe{ \item{date}{Observation date/time stamp in
#' year-month-day hour:minute:second format (POSIXct). }
#' \item{list("ws")}{Wind speed, in m/s, as numeric vector.}
#' \item{list("wd")}{Wind direction, in degrees from North, as a numeric
#' vector.} \item{list("nox")}{Oxides of nitrogen concentration, in ppb, as a
#' numeric vector.} \item{list("no2")}{Nitrogen dioxide concentration, in ppb,
#' as a numeric vector.} \item{list("o3")}{Ozone concentration, in ppb, as a
#' numeric vector.} \item{list("pm10")}{Particulate PM10 fraction measurement,
#' in ug/m3 (raw TEOM), as a numeric vector.} \item{list("so2")}{Sulfur
#' \item{ws}{Wind speed, in m/s, as numeric vector.}
#' \item{wd}{Wind direction, in degrees from North, as a numeric
#' vector.} \item{nox}{Oxides of nitrogen concentration, in ppb, as a
#' numeric vector.} \item{no2}{Nitrogen dioxide concentration, in ppb,
#' as a numeric vector.} \item{o3}{Ozone concentration, in ppb, as a
#' numeric vector.} \item{pm10}{Particulate PM10 fraction measurement,
#' in ug/m3 (raw TEOM), as a numeric vector.} \item{so2}{Sulfur
#' dioxide concentration, in ppb, as a numeric vector.}
#' \item{list("co")}{Carbon monoxide concentration, in ppm, as a numeric
#' vector.} \item{list("pm25")}{Particulate PM2.5 fraction measurement, in
#' \item{co}{Carbon monoxide concentration, in ppm, as a numeric
#' vector.} \item{pm25}{Particulate PM2.5 fraction measurement, in
#' ug/m3, as a numeric vector.} }
#' @keywords datasets
#' @family built-in datasets
Expand Down
22 changes: 11 additions & 11 deletions man/road_data.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb950f9

Please sign in to comment.