Skip to content

Commit

Permalink
Link docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaspons committed Mar 21, 2024
1 parent 4e0c463 commit b97c5e1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/osmapi_map_notes.R
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ osm_read_note <- function(note_id, format = c("R", "xml", "rss", "json", "gpx"))
#' If the request is made as an authenticated user, the note is associated to that user account. If the OAuth access
#' token used does not have the `allow_write_notes` permission, it is created as an anonymous note instead.
#'
#' @return Returns a data frame with the map note (same format as `osm_get_notes()` with `format = "R"`).
#' @return Returns a data frame with the map note (same format as [osm_get_notes()] with `format = "R"`).
#' @family edit notes' functions
#' @export
#'
Expand Down Expand Up @@ -406,7 +406,7 @@ osm_create_note <- function(lat, lon, text, authenticate = TRUE) { # TODO: , for
#' @param note_id Note id represented by a numeric or a character value.
#' @param text The comment as arbitrary text.
#'
#' @return Returns a data frame with the map note and the new comment (same format as `osm_get_notes()` with
#' @return Returns a data frame with the map note and the new comment (same format as [osm_get_notes()] with
#' `format = "R"`).
#' @family edit notes' functions
#' @export
Expand Down Expand Up @@ -461,7 +461,7 @@ osm_create_comment_note <- function(note_id, text) {
#'
#' @param note_id Note id represented by a numeric or a character value.
#'
#' @return Returns a data frame with the closed map note (same format as `osm_get_notes()` with `format = "R"`).
#' @return Returns a data frame with the closed map note (same format as [osm_get_notes()] with `format = "R"`).
#' @family edit notes' functions
#' @export
#'
Expand Down
2 changes: 1 addition & 1 deletion man/osm_close_note.Rd

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

2 changes: 1 addition & 1 deletion man/osm_create_comment_note.Rd

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

2 changes: 1 addition & 1 deletion man/osm_create_note.Rd

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

0 comments on commit b97c5e1

Please sign in to comment.