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

Add the frequency at which the data is uploaded to the metadata #7

Open
cimentadaj opened this issue Nov 5, 2018 · 0 comments
Open

Comments

@cimentadaj
Copy link
Collaborator

We should add the Frequency at which the data is uploaded and place it in the metadata tibble.

Apparently, this is in the data_list but it's wrong. data_list$result$items[[1]]$accrualPeriodicity returns a link that should give the frequency at which the data changes but once you enter it's always a dead website.

For example, http://datos.gob.es/catalogo/a16003011-estadistica-de-personal-al-servicio-de-la-administracion-de-la-comunidad-autonoma-de-euskadi-2017/Frequency.

link <- opendataes:::path_dataset_id("a16003011-estadistica-de-personal-al-servicio-de-la-administracion-de-la-comunidad-autonoma-de-euskadi-2017")
data_list <- opendataes:::get_resp(link)
data_list$result$items[[1]]$accrualPeriodicity
#> [1] "http://datos.gob.es/catalogo/a16003011-estadistica-de-personal-al-servicio-de-la-administracion-de-la-comunidad-autonoma-de-euskadi-2017/Frequency"

We should report this to datos.gob.es.

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