bf_standards {bitfield} | R Documentation |
Handle community standard protocols
Description
This function allows the user to list, pull or push bit-flag protocols to the bitfloat/standards repository on github
Usage
bf_standards(
protocol = NULL,
remote = NULL,
action = "list",
version = "latest",
change = NULL,
token = NULL
)
Arguments
protocol |
|
remote |
|
action |
|
version |
|
change |
|
token |
|
Details
Create a Personal Access Token in your github developer settings (or
by running usethis::create_github_token()
) and store it with
gitcreds::gitcreds_set()
. The token must have the scope 'repo' so
you can authenticate yourself to pull or push community standards, and will
only be accessible to your personal R session.
Value
description
Examples
## Not run:
# list all currently available standards
bf_standards()
## End(Not run)