From 6c4f67f363518f3d90404561c0fda30d99a800a7 Mon Sep 17 00:00:00 2001 From: Mark Edmondson Date: Mon, 19 Jun 2017 21:28:04 +0200 Subject: [PATCH] another global hack --- R/parse_functions.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,