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

Why is stack_GET an internal command? #6

Open
petzi53 opened this issue May 20, 2018 · 0 comments
Open

Why is stack_GET an internal command? #6

petzi53 opened this issue May 20, 2018 · 0 comments

Comments

@petzi53
Copy link

petzi53 commented May 20, 2018

For my research, I needed the activity in relation to receiving a certain badge. I had to use users/{ids}/timeline. The only way I could use your wonderful package was:
stackr:::stack_GET("users/9371451/timeline" (See also my answer at Stack Overflow.)

I am still not very experienced in R, but I know that it is not recommended to use

It is typically a design mistake to use ::: in your code since the corresponding object has probably been kept internal for a good reason. Consider contacting the package maintainer if you feel the need to access the object for anything but mere inspection.

What I have done with this question ;-)

So why did you hide this command? (Similar issue with combine_urlwhich I had to use as well.) Or the other way round: What did I not understand resp. what did I wrong?

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