Skip to content

Instantly share code, notes, and snippets.

View arcaravaggi's full-sized avatar

Anthony Caravaggi arcaravaggi

View GitHub Profile
@valentinitnelav
valentinitnelav / Pacific centered world map with ggplot.R
Last active July 12, 2023 08:25
Pacific centered world map with ggplot (change central/prime meridian)
# ======================================================================================
# Pacific centered world map with ggplot
# Enhanced aspect with graticules and labels
# The central/prime meridian can be shifted with any positive value towards west
# Can use any project of known PROJ.4 string
# ======================================================================================
# ~~~~~~~~~~~ Load needed libraries ~~~~~~~~~~~ #
library(data.table)
library(ggplot2)
@hemprichbennett
hemprichbennett / twitter_bot.R
Last active April 9, 2018 10:10 — forked from noamross/get_bat_wiki_pages.R
This script mines a wikipedia page for bat facts and (if they meet a basic QC) tweets them out. Then it waits 3 hours, before doing it again
##Wikipedia querying from Noam Ross https://gist.github.com/noamross/88a51bb880f18da88e4b259eefdefe87
library(tidyverse)
library(xml2)
library(rvest)
library(WikipediR)
library(urltools)
library(stringr)