dr: View a Quick Reference Page

View source: R/dr.R

drR Documentation

View a Quick Reference Page

Description

download and display a simple quick reference page for a function

Usage

dr(fun, namespace = NULL)

Arguments

fun

the function

namespace

the package the function is in

Examples

## Not run: 
# pull up the quick-reference guide for the first function in dplyr
tl::dr(dplyr::first)

# you can also call it in one of these ways!
tl::dr(first, dplyr)
tl::dr("dplyr::first")
tl::dr("first", "dplyr")

## End(Not run)

ropenscilabs/tl documentation built on May 14, 2022, 2:30 a.m.