JestonBlu / RobinHood

An R interface for the RobinHood.com no commision investing site
https://jestonblu.github.io/RobinHood/
GNU Lesser General Public License v3.0
45 stars 12 forks source link

Error in UseMethod("tbl_vars") : no applicable method for 'tbl_vars' applied to an object of class "NULL" #92

Closed Mike-TT closed 4 years ago

Mike-TT commented 4 years ago

Error in UseMethod("tbl_vars") : no applicable method for 'tbl_vars' applied to an object of class "NULL"

Details- R version 3.6.2 Library loads get error on RH = RobinHood(username = "email", password = "password")

have used login name and email address... same issue

Mike-TT commented 4 years ago

Solved it... It cannot have special characters in your password. Removed the special characters and it no longer gets the error.