Skip to content

Commit

Permalink
export read_log_file
Browse files Browse the repository at this point in the history
  • Loading branch information
parmsam-pfizer committed Sep 22, 2023
1 parent ed211be commit 7b362f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export(log_config)
export(log_init)
export(log_remove)
export(log_write)
export(read_log_file)
export(write_log_header)
export(write_unapproved_functions)
export(write_used_functions)
Expand Down
1 change: 1 addition & 0 deletions R/read_log_file.R
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ parse_log <- function(nested_log) {
#' @param file String. Path to a logrx log file
#'
#' @return Tibble. Object that includes nested and parsed content
#' @export
#'
#' @examples
#' \dontrun{
Expand Down

0 comments on commit 7b362f2

Please sign in to comment.