diff --git a/R/wbt.R b/R/wbt.R index 64bfadb51..6cf813744 100644 --- a/R/wbt.R +++ b/R/wbt.R @@ -1135,6 +1135,8 @@ wbt_system_call <- function(argstring, #' @return character. Length 1. A safe input string for use in WhiteboxTools commands, with paths expanded and concatenated, if necessary, and optionally shell quoted. #' @export #' +#' @keywords General +#' #' @examples #' #' wbt_file_path("./abc.tif") diff --git a/man/wbt_file_path.Rd b/man/wbt_file_path.Rd index 42dbba784..484188f36 100644 --- a/man/wbt_file_path.Rd +++ b/man/wbt_file_path.Rd @@ -39,3 +39,4 @@ wbt_file_path("~/abc.tif", shell_quote = FALSE) wbt_file_path(c("~/abc.tif", "~/def.tif")) } +\keyword{General}