Skip to content

Commit

Permalink
Remove additional attributes in link part to match the legacy ones
Browse files Browse the repository at this point in the history
  • Loading branch information
kemihak committed Nov 14, 2024
1 parent 74e2311 commit 0067641
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions R/importOutput.R
Original file line number Diff line number Diff line change
Expand Up @@ -985,9 +985,10 @@
}

endpoint <- paste0(endpoint_root, frequency_url, columns_url, links_url, mc_years_url)
res <- api_get(opts = opts,
endpoint = endpoint,
default_endpoint = "v1/studies")
res <- api_get(opts = opts, endpoint = endpoint, default_endpoint = "v1/studies")

attr(res, "spec") <- NULL
attr(res, "problems") <- NULL

return(as.data.table(res))
}
Expand Down

0 comments on commit 0067641

Please sign in to comment.