colons: Double & Triple Colon Operators

Description Usage Arguments See Also Examples

Description

Replaces the base colon operators with pysty variants that allow for aliased package names.

Usage

1
2
3
"::"(x, y)

":::"(x, y)

Arguments

x

A package or pysty alias.

y

A function (exported or non-exported) in that package.

See Also

::

Examples

1
2
3
4
5
6
## Not run: 
add_imports('import lattice as lat')
lat::xyplot
lat:::wireframe.matrix

## End(Not run)

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