get Google CSI data (Client Side Instrumentation)
getGoogleCsiData(server, testId, run = 1L, repeatView = FALSE, dryRun = FALSE, ...)
A tibble of Google CSI data (Client Side Instrumentation). If no CSI data is available for the test a blank tibble is returned.
## Not run: ------------------------------------ # WPT <- server() # history <- getHistory(WPT, filter = "London") # tID <- as.character(history[dim(history)[1], "Test ID"]) # googlecsi <- getGoogleCsiData(WPT, tID) ## ---------------------------------------------