Skip to content
View brianwdavis's full-sized avatar

Organizations

@precision-sustainable-ag
Block or Report

Block or report brianwdavis

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  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