Skip to content

Commit

Permalink
Make sure to search for read in files in correct environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
DillonHammill committed May 19, 2021
1 parent 7186c6f commit 73fcb64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

* `data_edit()` can now export the code required to generate the final edited version of the data to an R script.
* Update vignette and website to demonstrate usage of `code` argument.
* Make sure to search the correct environment when creating templates.
* Make sure to search the correct environment when creating templates or reading files.

# DataEditR 0.1.1

Expand Down
1 change: 1 addition & 0 deletions R/dataInput.R
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ dataInputServer <- function(id,
read_fun,
c(list(data), read_args)
)
envir <- environment()
updateTextInput(
session,
"data",
Expand Down
2 changes: 1 addition & 1 deletion docs/news/index.html

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

0 comments on commit 73fcb64

Please sign in to comment.