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

Your call exceeds the API limit of 1.000 values. #17

Open
Deleetdk opened this issue Jun 12, 2016 · 1 comment
Open

Your call exceeds the API limit of 1.000 values. #17

Deleetdk opened this issue Jun 12, 2016 · 1 comment

Comments

@Deleetdk
Copy link
Contributor

Jeg kører den samme kode som jeg har brugt før, men nu får jeg en fejl. Hvor er begrænsningen sat på henne?

Reproducerbar eksempel (en del af min kode ovenfor):

library(pacman)
p_load(devtools, dkstat)

### estimates the number of muslims by using countries of origin and their Muslim%
# Denmark -----------------------------------------------------------------
#load data with persons from each country of origin by year
d_dk_FOLK2_meta = dst_meta(table = "FOLK2", lang = "en")
d_dk_FOLK2_meta$variables

#structure
str(d_dk_FOLK2_meta$values)

#fetch data
query = list(IELAND = d_dk_FOLK2_meta$values$IELAND$text, Tid = d_dk_FOLK2_meta$values$Tid$text)
d_dk_FOLK2 = dst_get_data(table = "FOLK2", lang = "en", meta_data = d_dk_FOLK2_meta, query = query)
@Deleetdk
Copy link
Contributor Author

Deleetdk commented Oct 11, 2016

Fixed in PR #20

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