Learn R Programming

ghclass (version 0.1.0)

repo_is_template: Check if a GitHub repository is a template repository

Description

repo_is_template returns TRUE if the github repository is a template repository.

Usage

repo_is_template(repo)

Arguments

repo

Character. Address of repository in "owner/name" format.

Value

A logical vector

Examples

Run this code
# NOT RUN {
repo_is_template(c("rundel/ghclass", "rundel/ghclass_fake"))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab