locate_funcs | R Documentation |
locates the lines which define a function within a single file
locate_funcs(file)
file |
= a connection object or a character string path to a file. |
Returns a data frame with the following columns: func_num: The ID of the function - monotonic increasing from 1. func_start: The line number (within the file) of the function start. func_end: The line number of the function end.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.