FIF2tibble: Output of 'findInFiles' as a tibble

View source: R/findInFiles.R

FIF2tibbleR Documentation

Output of 'findInFiles' as a tibble

Description

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

Usage

FIF2tibble(fif)

Arguments

fif

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

Value

The results of findInFiles in a tibble.

Examples

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

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