This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
the | |
of | |
to | |
and | |
a | |
in | |
is | |
it | |
you | |
that |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# idealmente questo codice va integrato con un cameriere dei dati (API) | |
# che chiama questo servizio quando vengono raggiunti numeri "critici" | |
# sulle scorte, presenti ad esempio su un foglio di calcolo di Google | |
# o/e ERP | |
library("RSelenium") | |
### Parte scorrevole ---- | |
# create driver object | |
driver<-rsDriver(browser="firefox", port=4550L, verbose=F, chromever = NULL) |