Giter Club home page Giter Club logo

awhere-r-charts's Introduction

aWhereCharts Library

This package of functions is designed to work primarily with the aWhere API, and users should first research and install the aWhereAPI package, and ensure they can make calls to the API and retrieve data. Users without an API account may sign up for a trial account.

The aWhereCharts package helps users accomplish a host of simple analytic tasks to get them started performing exploratory weather and agronomic charting as quickly as possible.

Installation

Note: Prior to installation you will need a working installation of R.

Note: You will need to have the devtools library installed in R. Consult documentation if necessary.

Automatically Install

This package can be installed directly from GitHub with the following command:

devtools::install_github("aWhereAPI/aWhere-R-Charts")

Manually Install

  1. Download this Github repo and keep the aWhere-R-Charts-master folder somewhere useful on your computer, such as your Desktop or My Documents.

  2. Set the Working Path in R to the location that contains the aWhere-R-Charts-master folder. If you placed it on your Desktop the working directory would be something like C:\Users\USERNAME\Desktop. In R, this command is:

    • setwd("C:\Users\USERNAME\Desktop")
  3. Run the following set of commands to install and add the library to your environment:

    • library(devtools)
    • install("aWhere-R-Charts-master")
    • library(aWhereAPI)

Documentation

Complete documentation of the functions in this package can be found in the documentation folder of the package files, as well as by accessing the function help files individually.

Questions and Feedback

This package was developed by aWhere staff. Contact [email protected] with feedback or questions.

awhere-r-charts's People

Contributors

drewmarticorenaawhere avatar ctloftin avatar colinloftin-awhere avatar mark-awhere avatar

Watchers

James Cloos avatar lsuiyanka 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.