powered by
Returns the results of findInFiles in a dataframe, when the option output = "viewer+tibble" or output = "tibble" is used.
findInFiles
output = "viewer+tibble"
output = "tibble"
FIF2dataframe(fif)
the output of findInFiles used with the option output = "viewer+tibble" or output = "tibble"
The results of findInFiles in a dataframe.
# NOT RUN { folder <- system.file("example", package = "findInFiles") fif <- findInFiles("R", "function", root = folder, output = "viewer+tibble") FIF2dataframe(fif) fif # }
Run the code above in your browser using DataLab