Skip to contents

add_wikis_github

Usage

add_wikis_github(owner, repo, type = c("home", "cr", "keys", "weekly"))

Arguments

owner

Owner of the repository

repo

Repository name

type

Wiki type to add

Examples

if (FALSE) {
add_wikis_github(
  owner = "ghowner",
  repo = "areponame"
)
}