Grab Google Search Console Data x
⚠️ THIS IS A WORK IN PROGRESS
SearchConsoleR
install.packages("searchConsoleR")
library(searchConsoleR)install.packages("googleAuthR")
library(googleAuthR)Gather DATA
scr_auth()# Load
sc_websites <- list_websites()
# and display the list
View(sc_websites)
Last updated