Skip to content

Commit

Permalink
#6 remove example for pdimg_set_path
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Aug 26, 2024
1 parent 217aa6d commit 0922f84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions R/pdimg_set_path.R
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
#' Set path
#'
#' Set the path to your pdfimages
#'
#' @export
#' @param path (character) path to pdimages. required
#' @return nothing, `cat()` to console
#' @details `path` is set on an internal (not exported) package environmenzt
#' variable `pdimages_path`
#' @examplesIf interactive()
#' pdimg_set_path("adfadf")
pdimg_set_path <- function(path = "pdimages") {
pdimg_env$pdimages_path <- path
}
Expand Down
7 changes: 1 addition & 6 deletions man/pdimg_set_path.Rd

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

0 comments on commit 0922f84

Please sign in to comment.