Skip to content

Commit

Permalink
provide prefix for utils::
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr committed Oct 28, 2024
1 parent 967c1c5 commit 362b982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/teal_data-extract.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
return(teal_data())
}

subset_qenv <- getFromNamespace("[.qenv", "teal.code")
subset_qenv <- utils::getFromNamespace("[.qenv", "teal.code")
x <- subset_qenv(x, names_in_env)
x@join_keys <- x@join_keys[names_in_env]

Expand Down

0 comments on commit 362b982

Please sign in to comment.