dataverse-client-r
dataverse-client-r copied to clipboard
R Client for Dataverse Repositories
- [ ] ~Native API~ - [x] ~Search API~ - [x] ~Data Access API~ - [x] ~Use test server (https://demo.dataverse.org/)~ - [x] ~Use @monogan examples from: http://dx.doi.org/10.7910/DVN/ARKOTI~ - [ ]...
Please specify whether your issue is about: Hi There, I was trying out some of the functions for the dataverse package, and came across it creating a 500 error every...
I'm new to the dataverse package. I can't seem to get things working and I don't understand any of the errors. The following functions are working: ``` get_dataverse('mydatversename') contents
Unused files in `R/` and unbuilt functions: - [ ] [`.onLoad`](https://github.com/IQSS/dataverse-client-r/blob/d19b2410ed31867df5d8341bd7471bce6823ce15/R/onload.R) - [ ] everything that starts with `native`, e.g. [`create_user`](https://github.com/IQSS/dataverse-client-r/blob/d19b2410ed31867df5d8341bd7471bce6823ce15/R/native_user.R) - [ ] [`retrieve_manifest`](https://github.com/IQSS/dataverse-client-r/blob/d19b2410ed31867df5d8341bd7471bce6823ce15/R/utils-manifest.R) etc.. Perhaps these should be...
`vars` should be an argument that subsets the columns of the dataset to pull. However, it seems to not affect anything and just returns the whole dataset. ``` r library(dataverse)...
For datasets that periodically update (e.g. [this](https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/42MVDX) is on V6), it would be good for the `get_*` functions to have an option to specify the version number. Looks like there...
For dataset retrieval, we download and parse JSON metadata multiple times. For example, in `get_dataframe_by_name`, `get_fileid.character` would first find the dataset id via https://github.com/IQSS/dataverse-client-r/blob/4775a92360569adb6e693ad6db940f89530eeb8d/R/utils.R#L29 and the file the list of...
a suggested code or documentation change, improvement to the code, or feature request: User story: As a user or curator, I have a list of files on dataverse and want...
@pdurbin and I discussed possible ways to reduce the effort each of the [Dataverse client](http://guides.dataverse.org/en/latest/api/client-libraries.html) developer to create and maintain tests. It might be nice if 1. there was a...
@adam3smith wrote in https://github.com/IQSS/dataverse-client-r/issues/49#issuecomment-579343318 > A different approach would be to make it easier to construct native API queries from scratch using the client so that we don't have to...