source_lines | R Documentation |
Sources specified lines within a single file.
source_lines(file, lines, env)
file |
a connection object or a character string path to a file. |
lines |
A vector of integers specifying the lines to be sourced. |
env |
the environment in which to source the lines. |
No return value, called for side effects.
Sourcing this file is a mistake - may result in infinite recursion.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.