Description Usage Arguments See Also Examples
Replaces the base colon operators with pysty variants that allow for aliased package names.
1 2 3 | "::"(x, y)
":::"(x, y)
|
x |
A package or pysty alias. |
y |
A function (exported or non-exported) in that package. |
1 2 3 4 5 6 | ## Not run:
add_imports('import lattice as lat')
lat::xyplot
lat:::wireframe.matrix
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.