View source: R/write_github_repos_json.R
write_github_repos_json | R Documentation |
Write Github Metadata to JSON
write_github_repos_json(
github_repos = get_github_repos(),
file = file.path(getwd(), "github.json"),
dbg = TRUE
)
github_repos |
as retrieved by get_github_repos(), default: get_github_repos() |
file |
path where to save github.json (default: file.path(getwd(), "github.json")) |
dbg |
should debug messages be printed? (default: TRUE) |
writes "github.json"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.