Coder Social home page Coder Social logo

rsenaps's Introduction

Travis build status CircleCI build status DOI

RSenaps

RSenaps is an R package to manage communication with the Senaps API.

Getting started

Installation

Currently on Github only. Install with:

remotes::install_github('csiro-crop-informatics/rsenaps')

Authentication

Use of the Senaps API requires a user account. You can create one via Senaps.

The API accepts authentication with either an API key, or username/password. It it STRONGLY RECOMMENDED that you use an API key for authentication, NOT a username and password.

Regardless of which you use, never store credentials in a script, or commit them to a version control repository.

The best way to manage your credentials is with an environment variable, through a .Renviron file. Create the .Renviron file in root of your directory with contents of the structure:

SENAPS_APIKEY=putyourkeyhere

(replace putyourkeyhere with your actual key from Senaps).

The key is then accessible in R with Sys.getenv('SENAPS_APIKEY').

To set your API key with RSenaps, use the senaps_options() function:

senaps_options(apikey = Sys.getenv('SENAPS_APIKEY'))

rsenaps's People

Contributors

alexwhan avatar byzheng avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.