-
Notifications
You must be signed in to change notification settings - Fork 135
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
display_all_rdatasets_names in rdatasets takes a list of package_name #1638
Comments
At line 171, we're iterating over package_name, so I added a check if the given parameter package_name is a string, then we will convert it into a list, and if package_name is a list or a tuple, we don't need to correct them.
|
can I work on this? |
@pyther-hub there is a PR on that, 1664. You can test it and add some improvements where you feel fit. |
sir I saw the commit and made some simple changes to it and added the functionality, if there is any changes you want me to do I will work to it @henrykironde |
display_all_rdatasets_names takes list of package_name insted of taking a string of package_name as a parameter
The text was updated successfully, but these errors were encountered: