View source: R/input_file_utils.R
get_keyword | R Documentation |
Get the keyword from an input-file line.
get_keyword(infile, line_num)
infile |
a tibble created by get_input_file. |
line_num |
line number in the input file. |
A character vector containing the keyword; NA if no keyword is present.
* infile <- get_input_file() select input file interactively.
* keyword <- get_keyword(infile,3) gets the keyword from
line 3 of the selected file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.