https://github.com/hakaiinstitute/hakai-api-client-r
Make authenticated requests for data to the Hakai API with R
https://github.com/hakaiinstitute/hakai-api-client-r
api api-client eims r
Last synced: 12 months ago
JSON representation
Make authenticated requests for data to the Hakai API with R
- Host: GitHub
- URL: https://github.com/hakaiinstitute/hakai-api-client-r
- Owner: HakaiInstitute
- Created: 2017-07-13T17:05:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-26T23:03:16.000Z (about 1 year ago)
- Last Synced: 2025-05-26T23:34:00.015Z (about 1 year ago)
- Topics: api, api-client, eims, r
- Language: R
- Homepage:
- Size: 94.7 KB
- Stars: 5
- Watchers: 11
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Hakai API R Client
[](https://opensource.org/licenses/MIT)
[](https://github.com/HakaiInstitute/hakai-api-client-r/actions/workflows/R-CMD-check.yaml)
[](https://cran.r-project.org/package=hakaiApi)
[](https://cran.r-project.org/web/checks/check_results_hakaiApi.html)
This project exports a single R6 class for the R programming language that can be used to make HTTP requests to the Hakai API resource server. The Class provides a "get" method to make Authenticated requests to the Hakai API data server without needing to know the details of the authentication process.
See package [README](hakaiApi/README.md) for usage and installation details.