Skip to content

Commit

Permalink
Update editEMLfunctions.R
Browse files Browse the repository at this point in the history
fix set_cui_code() documentation (update from old set_cui_dissem() )
  • Loading branch information
rlbaker5 authored May 28, 2024
1 parent bf9a310 commit 9f80f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/editEMLfunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ set_content_units <- function(eml_object, park_units,
#' @export
#' @examples
#' \dontrun{
#' set_cui_dissem(eml_object, "PUBLIC")
#' set_cui_code(eml_object, "PUBLIC")
#' }
set_cui_code <- function(eml_object,
cui_code = c("PUBLIC",
Expand Down

0 comments on commit 9f80f35

Please sign in to comment.