knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

usehelp

lifecycle

The goal of usehelp is to get help text to use presentation or post.

Installation

You can install the developing version of usehelp from github with:

remotes::install_github("mrchypark/sendgridr")

Example

This is a basic example which shows you how to solve a common problem:

library(usehelp)
library(dplyr)
ho <- get_help("tidyr", "unnest")
get_title(ho)
get_usage(ho)
get_description(ho) %>% 
  strsplit("(\\r\\n)+|\\r+|\\n+|\\t+/i") %>% 
  .[[1]]


mrchypark/usehelp documentation built on May 23, 2019, 1:47 p.m.