Skip to content

Commit

Permalink
Merge pull request #427 from vubiostat/issue-426-exportPdf
Browse files Browse the repository at this point in the history
add exportPDF to exported functions
  • Loading branch information
spgarbet authored Dec 19, 2024
2 parents ee9bde2 + 6c09de5 commit 46b25ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ export(exportLogging)
export(exportMappings)
export(exportMetaData)
export(exportNextRecordName)
export(exportPdf)
export(exportProjectInformation)
export(exportProjectXml)
export(exportRecords)
Expand Down
2 changes: 2 additions & 0 deletions R/exportPDF.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
#' [exportInstruments()],\cr
#' [exportMappings()],\cr
#' [importMappings()]
#'
#' @export

exportPdf <- function(rcon,
dir,
Expand Down

0 comments on commit 46b25ad

Please sign in to comment.