Skip to content

Commit

Permalink
another global hack
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Jun 19, 2017
1 parent 894ce53 commit 6c4f67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/parse_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ get_samplePercent <- function(sampleReadCounts, samplingSpaceSizes){
parse_ga_account_summary <- function(x){

## hack to get rid of global variables warning
id <- name <- webProperties <- kind <- NULL
id <- name <- webProperties <- kind <- profiles <- NULL
x$items %>%
dplyr::mutate_if(is.list, purrr::simplify_all) %>% # flatten each list element internally
dplyr::transmute(accountId = id,
Expand Down

0 comments on commit 6c4f67f

Please sign in to comment.