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 cleared if there seem to be no dependencies. Or, they should be rehabiliated with proper manual pages.
Unused files in
R/and unbuilt functions:.onLoadnative, e.g.create_userretrieve_manifestetc..Perhaps these should be cleared if there seem to be no dependencies. Or, they should be rehabiliated with proper manual pages.