h: Help for Unexported Functions/Packages

Description Usage Arguments Examples

Description

Get help for unexported functions or packages.

Usage

1
h(topic, ...)

Arguments

topic

Usually, a name or character string specifying the topic for which help is sought.

...

ignored.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
## Not run: 
library(pysty)

add_imports('

import dplyr as dp
import MASS as m
import ggplot2 as gg
import tidyr
from plyr import l_ply, rbind.fill

')

h(dp::select)
h(m::select)
h(dp)

## End(Not run)

trinker/pysty documentation built on May 31, 2019, 9:42 p.m.