powered by
Pull contributions from GitHub
pull_github( data = NULL, repo = NULL, owner = NULL, username = NULL, role = NULL, report_lines = FALSE, type = c("all", "add", "del"), .token = NULL )
a data.frame contains columns 'repo', 'owner', 'username' and 'role'. You can also pass them one by one to the following parameters.
data.frame
repository name.
repository owner.
username to pull.
user role in this repository.
if TRUE, report contributed lines.
TRUE
'all' for the sum of number of additions and deletions, 'add' for the number of additions and 'del' for the number of deletions.
Authentication token. See pull_github_limit().
pull_github_limit()
a `data.frame``
# NOT RUN { pull_github( repo = "UCSCXenaTools", owner = "ShixiangWang", username = "ShixiangWang", role = "developer" ) # }
Run the code above in your browser using DataLab