powered by
The sidekick function builds a tree structure of an R code file by analysing output of the R parser.
sidekick
sidekick(x, …) # S3 method for character sidekick(x, encoding = getOption("encoding"), delete.file = FALSE, …) # S3 method for default sidekick(x, …) # S3 method for function sidekick(x, …)
a file to parse and analyse. If x is a function, it is first dumped into a file.
parse
x
encoding to use. Default to the encoding option (see options).
should the file be delete when the function exits?
further arguments to pass to the method.
A Data frame with columns:
# NOT RUN { sidekick(outer) # }
Run the code above in your browser using DataLab