Skip to content

Commit e8c2c90

Browse files
authored
Merge pull request #1 from simitpatel/master
sync to master
2 parents 49d203b + ea414d7 commit e8c2c90

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

R/speed-insights-package.R

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
library(RJSONIO)
2-
library(gtools)
3-
41
#' Speed results for 1 URL
52
#'
63
#' The speedfinder function returns the Google Page Speed Insights test results for a single URL as a dataframe.
@@ -45,7 +42,7 @@ speedfinder2 <- function(url,strategy,key) {
4542
#' @export
4643
speedlist <- function(pagelist,strategy,key) {
4744
list1 <- lapply(pagelist,speedfinder2,strategy,key)
48-
suppressWarnings(do.call("smartbind",list1))
45+
suppressWarnings(do.call(gtools::smartbind,list1))
4946
}
5047

5148

0 commit comments

Comments
 (0)