is.repository.starred.by.me {github}R Documentation

check if repository is starred by current user

Description

check if repository is starred by current user

Usage

is.repository.starred.by.me(owner, repo, ctx = get.github.context())

Arguments

owner

repo owner

repo

name of repo

ctx

the github context object

Value

TRUE if current user starred repo


[Package github version 0.9.12 Index]