Skip to content

Commit

Permalink
Fix convert_sending_location_to_lca example
Browse files Browse the repository at this point in the history
  • Loading branch information
Moohan committed Aug 16, 2023
1 parent 1e06921 commit 2c6853c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/convert_sending_location_to_lca.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' @export
#'
#' @examples
#' sending_location <- c("100", "120")
#' sending_location <- c(100, 120)
#' convert_sending_location_to_lca(sending_location)
#'
#' @family code functions
Expand Down
2 changes: 1 addition & 1 deletion man/convert_sending_location_to_lca.Rd

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

0 comments on commit 2c6853c

Please sign in to comment.