bf_standards | R Documentation |
This function allows the user to list, pull or push bit-flag protocols to the bitfloat/standards repository on github
bf_standards(
protocol = NULL,
remote = NULL,
action = "list",
version = "latest",
change = NULL,
token = NULL
)
protocol |
|
remote |
|
action |
|
version |
|
change |
|
token |
|
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.
description
## Not run:
# list all currently available standards
bf_standards()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.