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