Skip to content

Commit

Permalink
export documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jasenfinch committed Jun 22, 2022
1 parent beae0ce commit 1b000b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/export.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' @description Handy wrapper functions to export data tables that then returns the file path of the exported file. This can be useful in applications such as within `tarchetypes::tar_file`.
#' @param x a data frame or tibble to export
#' @param file file or connection to write to
#' @param ... arguments to pass to `readr::write_csv()` or `xlsx::write.xlsx`
#' @param ... arguments to pass to `readr::write_csv` or `xlsx::write.xlsx`
#' @return The file path of the exported file.
#' @details If the file path directory does not exist, the directory is created recuresively prior to export.
#' @examples
Expand Down
2 changes: 1 addition & 1 deletion man/export.Rd

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

0 comments on commit 1b000b8

Please sign in to comment.