## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(collapse = TRUE, comment = "#>", eval = FALSE)

## -----------------------------------------------------------------------------
# library(Argentum)

## -----------------------------------------------------------------------------
# orgs <- argentum_list_organizations()   # 1.x names, still works
# orgs$Name
# 
# orgs <- argentum_organizations()        # 2.0
# orgs$name

## -----------------------------------------------------------------------------
# suppressWarnings(library(Argentum))
# options(warn = -1)  # blunt; prefer fixing the calls

