The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
briqr
provides access to the Briq API using R
::install_github("davidrubinger/briqr") devtools
Get a Briq API token by creating a new custom application in the Briq admin section.
briqr
functions will read the API token from environment
variable briq_api_token
, which should be included in a
.Renviron
file in your home directory like so:
briq_api_token = your_briq_api_token
briqr
functions will read your organization name from
environment variable organization_name
, which should be
included in .Renviron
like so:
organization_name = your_organization_name
You can get data frames of all the users (bq_users()
),
user groups (bq_groups()
) and transactions
(bq_transactions()
) of your organization.
Return a tibble of all Briq users within your organization:
library(briqr)
bq_users()
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.