knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

Package Is Cool

Oh hey, what a cool package!

Install pic

install.packages("devtools")
devtools::install_github("anthonypileggi/pic")

Take a pic

R packages are cool. And cool packages are the best. That's so cool!

library(pic)
x <- pic("stringr")
summary(x)

Selfie

plot(x, type = "selfie")

Well whatdya know, that is pretty cool!

Friend pic

Friends are cool too. Hey, I bet cool packages have lots of friends!

plot(x, type = "friends")

Follower pic

Everyone knows that cool packages with lots of friends have lots of followers. Cool!

plot(x, type = "followers", show_names = FALSE)

TL;DR

Well, I think we can all agree. This package is cool.



anthonypileggi/pic documentation built on May 31, 2019, 1:53 p.m.