write_github_repos_json: Write Github Metadata to JSON

View source: R/write_github_repos_json.R

write_github_repos_jsonR Documentation

Write Github Metadata to JSON

Description

Write Github Metadata to JSON

Usage

write_github_repos_json(
  github_repos = get_github_repos(),
  file = file.path(getwd(), "github.json"),
  dbg = TRUE
)

Arguments

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)

Value

writes "github.json"


KWB-R/pkgmeta documentation built on March 27, 2024, 4:28 p.m.