You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
balthasar's workaround appears to work great! Thanks for the help. I'm not too familiar with APIs, so it took a while to figure out what was going wrong. This might be helpful to someone that isn't too family with API keys:
install.packages("usethis")
require(usethis)
usethis::edit_r_environ()
# A .Renvrion window will open. Add the following to the .Renviron and don't forget to click save:
EDGARWEBR_USER_AGENT = "XXXX"
#Run the rest of balthasars' code to access EDGAR
The text was updated successfully, but these errors were encountered:
balthasar's workaround appears to work great! Thanks for the help. I'm not too familiar with APIs, so it took a while to figure out what was going wrong. This might be helpful to someone that isn't too family with API keys:
The text was updated successfully, but these errors were encountered: