FIF2dataframe: Output of 'findInFiles' as a dataframe

View source: R/findInFiles.R

FIF2dataframeR Documentation

Output of 'findInFiles' as a dataframe

Description

Returns the results of findInFiles in a dataframe, when the option output = "viewer+tibble" or output = "tibble" is used.

Usage

FIF2dataframe(fif)

Arguments

fif

the output of findInFiles used with the option output = "viewer+tibble" or output = "tibble"

Value

The results of findInFiles in a dataframe.

Examples

folder <- system.file("example", package = "findInFiles")
fif <- findInFiles("R", "function", root = folder, output = "viewer+tibble")
FIF2dataframe(fif)
fif

findInFiles documentation built on May 29, 2024, 9:31 a.m.