diff --git a/R/parse_functions.R b/R/parse_functions.R index f3e586d5..a87966ea 100644 --- a/R/parse_functions.R +++ b/R/parse_functions.R @@ -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,