Description Usage Arguments Value Author(s) See Also Examples
The sidekick
function builds a tree structure of an R code file by
analysing output of the R parser.
1 2 3 4 5 6 7 |
x |
a file to |
encoding |
encoding to use. Default to the encoding option (see options). |
delete.file |
should the file be delete when the function exits? |
... |
further arguments to pass to the method. |
A Data frame with columns:
id |
|
parent |
|
srcref1 |
|
srcref2 |
|
srcref3 |
|
srcref4 |
|
description |
Romain Francois <francoisromain@free.fr>
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.