Skip to content

Commit 3768098

Browse files
committed
Add missing @return docs
1 parent 3f11b8e commit 3768098

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

R/chron.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
#' [countrycode::countryname()], or return an error if any values of `country`
2626
#' cannot be matched.
2727
#'
28+
#' @return
29+
#' A data frame with the returned data from XRONOS.
30+
#'
2831
#' @export
2932
#'
3033
#' @examples

R/xronos-api.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ xronos_parse <- function(response) {
113113
#'
114114
#' @return
115115
#' A row of parsed JSON for an individual measurement.
116+
#'
116117
#' @keywords internal
117118
#' @noRd
118119
process_measurement <- function(measurement) {

man/chron_data.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)