Skip to content

Commit

Permalink
fix codelist problem
Browse files Browse the repository at this point in the history
  • Loading branch information
evanodell committed Jun 25, 2018
1 parent ffbaefe commit e0ee0aa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/codelist.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ nomis_codelist <- function(id, concept, search = NULL) {
".def.sdmx.xml", search_query
)

df <- as.data.frame(rsdmx::readSDMX(code_query))
df <- tibble::as.tibble(as.data.frame(rsdmx::readSDMX(code_query)))

df
}
17 changes: 12 additions & 5 deletions man/nomis_get_data.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e0ee0aa

Please sign in to comment.