├── .Rbuildignore ├── .gitignore ├── PNG ├── bird.png ├── birdshadow.png ├── chr.png ├── cngtweets.png ├── comissourian.png ├── cv.png ├── dapr.png ├── data-scribers.png ├── datasci7001.png ├── datasci7637.png ├── dataviz.png ├── dowhen.png ├── fml.png ├── friendship.png ├── funique.png ├── getwebdata.png ├── github.png ├── google-scholar.png ├── googler.png ├── h.rtweet.png ├── hexagon.png ├── ig.png ├── igraph.png ├── journ8016.png ├── kaggler.png ├── mizzourahmd.png ├── mmmm.png ├── mudsa.png ├── name2sex.png ├── newsAPI.png ├── nyt.png ├── nytimes.png ├── patientinfo.png ├── pkgverse.png ├── ppc.png ├── qualtricks.png ├── r-como.png ├── readthat.png ├── reflowdoc.png ├── research-gate.png ├── researchgate.png ├── rstudioconf19-machine-learning.png ├── rtweet.download.png ├── rtweet.png ├── scholar.png ├── shouldbeverified.png ├── smartread.png ├── tbltools.png ├── textfeatures.png ├── tfse.png ├── tidycat.png ├── tidycor.png ├── tidymlm.png ├── tidyreg.png ├── tidysem.png ├── tidyversity.png ├── tweetbotornot.png ├── twitter.png ├── useapi.png ├── viewtweets.png ├── wactor.png ├── warcraft.png ├── wibble.png └── wordword.png ├── README.Rmd ├── README.md ├── code.R ├── funs.R └── hex-stickers.Rproj /.Rbuildignore: -------------------------------------------------------------------------------- 1 | ^README\.Rmd$ -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/.gitignore -------------------------------------------------------------------------------- /PNG/bird.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/bird.png -------------------------------------------------------------------------------- /PNG/birdshadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/birdshadow.png -------------------------------------------------------------------------------- /PNG/chr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/chr.png -------------------------------------------------------------------------------- /PNG/cngtweets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/cngtweets.png -------------------------------------------------------------------------------- /PNG/comissourian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/comissourian.png -------------------------------------------------------------------------------- /PNG/cv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/cv.png -------------------------------------------------------------------------------- /PNG/dapr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/dapr.png -------------------------------------------------------------------------------- /PNG/data-scribers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/data-scribers.png -------------------------------------------------------------------------------- /PNG/datasci7001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/datasci7001.png -------------------------------------------------------------------------------- /PNG/datasci7637.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/datasci7637.png -------------------------------------------------------------------------------- /PNG/dataviz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/dataviz.png -------------------------------------------------------------------------------- /PNG/dowhen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/dowhen.png -------------------------------------------------------------------------------- /PNG/fml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/fml.png -------------------------------------------------------------------------------- /PNG/friendship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/friendship.png -------------------------------------------------------------------------------- /PNG/funique.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/funique.png -------------------------------------------------------------------------------- /PNG/getwebdata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/getwebdata.png -------------------------------------------------------------------------------- /PNG/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/github.png -------------------------------------------------------------------------------- /PNG/google-scholar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/google-scholar.png -------------------------------------------------------------------------------- /PNG/googler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/googler.png -------------------------------------------------------------------------------- /PNG/h.rtweet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/h.rtweet.png -------------------------------------------------------------------------------- /PNG/hexagon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/hexagon.png -------------------------------------------------------------------------------- /PNG/ig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/ig.png -------------------------------------------------------------------------------- /PNG/igraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/igraph.png -------------------------------------------------------------------------------- /PNG/journ8016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/journ8016.png -------------------------------------------------------------------------------- /PNG/kaggler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/kaggler.png -------------------------------------------------------------------------------- /PNG/mizzourahmd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/mizzourahmd.png -------------------------------------------------------------------------------- /PNG/mmmm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/mmmm.png -------------------------------------------------------------------------------- /PNG/mudsa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/mudsa.png -------------------------------------------------------------------------------- /PNG/name2sex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/name2sex.png -------------------------------------------------------------------------------- /PNG/newsAPI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/newsAPI.png -------------------------------------------------------------------------------- /PNG/nyt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/nyt.png -------------------------------------------------------------------------------- /PNG/nytimes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/nytimes.png -------------------------------------------------------------------------------- /PNG/patientinfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/patientinfo.png -------------------------------------------------------------------------------- /PNG/pkgverse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/pkgverse.png -------------------------------------------------------------------------------- /PNG/ppc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/ppc.png -------------------------------------------------------------------------------- /PNG/qualtricks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/qualtricks.png -------------------------------------------------------------------------------- /PNG/r-como.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/r-como.png -------------------------------------------------------------------------------- /PNG/readthat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/readthat.png -------------------------------------------------------------------------------- /PNG/reflowdoc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/reflowdoc.png -------------------------------------------------------------------------------- /PNG/research-gate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/research-gate.png -------------------------------------------------------------------------------- /PNG/researchgate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/researchgate.png -------------------------------------------------------------------------------- /PNG/rstudioconf19-machine-learning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/rstudioconf19-machine-learning.png -------------------------------------------------------------------------------- /PNG/rtweet.download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/rtweet.download.png -------------------------------------------------------------------------------- /PNG/rtweet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/rtweet.png -------------------------------------------------------------------------------- /PNG/scholar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/scholar.png -------------------------------------------------------------------------------- /PNG/shouldbeverified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/shouldbeverified.png -------------------------------------------------------------------------------- /PNG/smartread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/smartread.png -------------------------------------------------------------------------------- /PNG/tbltools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/tbltools.png -------------------------------------------------------------------------------- /PNG/textfeatures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/textfeatures.png -------------------------------------------------------------------------------- /PNG/tfse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/tfse.png -------------------------------------------------------------------------------- /PNG/tidycat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/tidycat.png -------------------------------------------------------------------------------- /PNG/tidycor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/tidycor.png -------------------------------------------------------------------------------- /PNG/tidymlm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/tidymlm.png -------------------------------------------------------------------------------- /PNG/tidyreg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/tidyreg.png -------------------------------------------------------------------------------- /PNG/tidysem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/tidysem.png -------------------------------------------------------------------------------- /PNG/tidyversity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/tidyversity.png -------------------------------------------------------------------------------- /PNG/tweetbotornot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/tweetbotornot.png -------------------------------------------------------------------------------- /PNG/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/twitter.png -------------------------------------------------------------------------------- /PNG/useapi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/useapi.png -------------------------------------------------------------------------------- /PNG/viewtweets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/viewtweets.png -------------------------------------------------------------------------------- /PNG/wactor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/wactor.png -------------------------------------------------------------------------------- /PNG/warcraft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/warcraft.png -------------------------------------------------------------------------------- /PNG/wibble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/wibble.png -------------------------------------------------------------------------------- /PNG/wordword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/PNG/wordword.png -------------------------------------------------------------------------------- /README.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/README.Rmd -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/README.md -------------------------------------------------------------------------------- /code.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/code.R -------------------------------------------------------------------------------- /funs.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/funs.R -------------------------------------------------------------------------------- /hex-stickers.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkearney/hex-stickers/HEAD/hex-stickers.Rproj --------------------------------------------------------------------------------