how to make import work #93
Unanswered
RobVanN-CW
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
I don't think this error that You probably can't share Does |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, coming from python and accustomed to their 'import' functionality I hoped to make use of this package but run into problems with loading existing files with functions using this R module.
I checked DS4PS/cpp-528-spr-2021#54 but the solution advised there does not solve it for me: After clearing the console and the environment, the first import steps with a test file (from the same place,
wd) work, but then this error pops up when loading the 'extra_functions.R' script that is importing many libraries viaimport::from(lib, .all=TRUE).Is it because some of those libraries import functions with the same name?
PS. I work in Rstudio, starting from a project-environment that is the same for collaborators.
Beta Was this translation helpful? Give feedback.
All reactions