title | tags | image | ||||
---|---|---|---|---|---|---|
How to Bulk Transfer Github Issues to Another Repository |
|
The Meet Magento World was planned as a big Online Conference with all the known best speakers from the Meet Magento conferences.
Sometimes planning big can lead to plans which fail.
But we already have a nice reserved Date(Jul 11-13, 2017), and it would be a waste to not use it.
So how can we as a Community organize such a big event in such short time ourself you may wonder. By cheating, we just plan small, very small.
This file contains 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
## A script to download and archive Google search console analytics (formerly webmaster tools) | |
## | |
## searchConsoleR package created by Mark Edmondson (http://markedmondson.me) | |
## | |
## This script downloads and writes data to .csv for the most recent day of search console data (3 days ago) | |
## load the required libraries | |
## (Download them with install.packages("googleAuthR") and install.packages("searchConsoleR") if necessary | |
library(googleAuthR) | |
library(searchConsoleR) |