There is a newer version of the record available.

Published August 19, 2019 | Version v0.5.0
Software Open

ropensci/rnassqs: Ducks - Operations with Sales

  • 1. Ursa Labs/RStudio
  • 2. Michigan State University
  • 3. University of Idaho

Description

This release incorporates improvements to usability and documentation resulting from the rOpensci review process, including:

Queries no longer require listing

Queries can be made both by passing a list of parameters or the parameters themselves directly. These two queries are equivalent:

# Method 1: specify query parameters as function arguments
rnassqs::nassqs(commodity="APPLES", year__GE = 2012)

# Method 2: specify a list of parameters as a single function argument
params <- list(commodity = "APPLES", year__GE = 2012)
rnassqs::nassqs(params)
Key management is much simplified

Previously rnassqs managed keys in an unnecessarily complicated way. Now the package simply checks if the NASSQS_TOKEN environmental variable is set, and if not suggests how to set it.

Documentation improvements

Many changes to the Getting Started vignette and to function documentation should improve ease of use.

Files

ropensci/rnassqs-v0.5.0.zip

Files (2.2 MB)

Name Size Download all
md5:79f7bc05646402992b12b295cf0bdeee
2.2 MB Preview Download

Additional details

Related works