FIF2dataframe | R Documentation |
Returns the results of findInFiles
in a
dataframe, when the option output = "viewer+tibble"
or
output = "tibble"
is used.
FIF2dataframe(fif)
fif |
the output of |
The results of findInFiles
in a dataframe.
folder <- system.file("example", package = "findInFiles")
fif <- findInFiles("R", "function", root = folder, output = "viewer+tibble")
FIF2dataframe(fif)
fif
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.