lf: List Files in knitr kable

View source: R/utils.R

lfR Documentation

List Files in knitr kable

Description

Lists the files in the given directory in a single-column knitr::kable.

Usage

lf(..., row.names = TRUE)

Arguments

...

Passed to list.files

row.names

Passed to knitr::kable

Value

A knitr::kable

Examples

## Not run: 
lf("/path/to/foo")
lf("/path/to/foo", row.names = FALSE)

## End(Not run)

pdiakumis/woofr documentation built on Jan. 4, 2024, 11:22 a.m.