The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

sgat

sgat

The goal of sgat package is to retrieve information from Google’s searches’ “Popular Times” and geolocation.

Installation

You can install the released version of sgat package from CRAN with:

install.packages("sgat")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("matiaspoullain/sgat")

Example

Once you’ve download the information, you can use it to compare the mos popular hours in the week between places and there relative poositions. Here is an example of its use in Pinamar city in Argentina:

https://matiaspoullain.shinyapps.io/Concurrencias_Pinamar/?_ga=2.194611503.386324231.1613673572-1914966656.1612880733

All that information was recolected using the following code:

library(sgat)
initialization_sgat()

rest.pinamar <- restaurantes_general("Pinamar, argentina")

rest.pinamar <- paste(rest.pinamar, ", Pinamar, Argentina", sep = "")

for(i in rest.pinamar){
  sgat(i, tiempo.espera = 20, carpeta.guardado = "Pinamar")
}

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.