Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in as.environment(pos) : no item called "mydf" on the search list #407

Open
MIRIAMMUNROE opened this issue Jun 25, 2018 · 0 comments

Comments

@MIRIAMMUNROE
Copy link

MIRIAMMUNROE commented Jun 25, 2018

I an trying to do a swirl course and when instructed to remove a data frame from my workspace i get the above error. I am unable to skip or proceed with course.

I have deleted the mydf manually from the global environment and the object is no longer on my list, uninstalled and reinstalled r and r studio but still get the same error. help

rm(list=ls())
Error in rm(list = ls()) : unused argument (list = ls())
swirl()

To avoid confusion and keep things running smoothly, let's remove the original data frame from your workspace with rm("mydf").

rm("mydf")
Error in as.environment(pos) : no item called "mydf" on the search list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant