cleanup
Browse files
globals.R
CHANGED
@@ -87,8 +87,6 @@ summarize_a3 <- function(x) {
|
|
87 |
#' files <- get_github_files("rtemis-org", "seq-data")
|
88 |
#' @export
|
89 |
#' @author EDG
|
90 |
-
#' @import httr
|
91 |
-
#' @import jsonlite
|
92 |
|
93 |
get_github_files <- function(repo_owner, repo_name, verbosity = 1) {
|
94 |
if (verbosity > 0) {
|
|
|
87 |
#' files <- get_github_files("rtemis-org", "seq-data")
|
88 |
#' @export
|
89 |
#' @author EDG
|
|
|
|
|
90 |
|
91 |
get_github_files <- function(repo_owner, repo_name, verbosity = 1) {
|
92 |
if (verbosity > 0) {
|