Skip to content
View brianwdavis's full-sized avatar

Organizations

@precision-sustainable-ag
Block or Report

Block or report brianwdavis

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. quadrangle quadrangle Public

    Wrangle QR codes from images in R, using Rcpp and V8.

    JavaScript 7 3

  2. liebig liebig Public

    Annotated code for von Liebig model-fitting

    R 1

  3. QRdemo QRdemo Public

    A companion R package to assist in doing live demos of {quadrangle}

    R

  4. {httr} dry run: peek at an API call ... {httr} dry run: peek at an API call before you send it
    1
    library(httr); library(dplyr)
    2
    
                  
    3
    httr_dry_run <- function(r) {
    4
      old_cb <- httr::get_callback("request")
    5
      on.exit(httr::set_callback("request", old_cb))
  5. precision-sustainable-ag/database-querying-R precision-sustainable-ag/database-querying-R Public

    R notebooks to explain querying the PSA database

    HTML

  6. precision-sustainable-ag/onfarm-api-tutorial precision-sustainable-ag/onfarm-api-tutorial Public

    Code snippets in R, Python, and SAS to document use of the on-farm API specifically, and HTTP requests generally.

    Python