Skip to content

Instantly share code, notes, and snippets.

library(tidyverse)
library(rtweet)
library(glue)
tml <- get_timelines("CostcoRiceBag", n = 3200)
br <- tml %>%
filter(is.na(reply_to_screen_name)) %>%
slice(
which(str_detect(text, "IS IT JUST ME")):
@alexgleith
alexgleith / geojsonCircleMarker.html
Last active November 26, 2016 20:06 — forked from clhenrick/geojsonCircleMarkerHTML
added sample data
<!doctype html>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<html>
<head>
<title>test</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.ie.css" />