Learn R Programming

ghclass (version 0.1.0)

org_exists: Check if organization exists

Description

org_exists returns TRUE if the supplied org(s) exist on GitHub and FALSE otherwise.

Usage

org_exists(org)

Arguments

org

Character. Organization name to be checked.

Value

Vector of logical values

Examples

Run this code
# NOT RUN {
org_exists(c("rundel","ghclass-demo"))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab