Skip to content

Commit

Permalink
Tweak an example
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Sep 15, 2018
1 parent 6b6f7f3 commit 7f882f6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion R/reprex-undo.R
Expand Up @@ -44,7 +44,9 @@ NULL
#' x
#'
#' # clean up
#' file.remove(list.files(dirname(tmp),pattern = "roundtrip", full.names = TRUE))
#' file.remove(
#' list.files(dirname(tmp_in), pattern = "roundtrip", full.names = TRUE)
#' )
#' }
reprex_invert <- function(input = NULL,
outfile = NULL,
Expand Down
4 changes: 3 additions & 1 deletion docs/reference/un-reprex.html

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

4 changes: 3 additions & 1 deletion man/un-reprex.Rd

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

0 comments on commit 7f882f6

Please sign in to comment.