Skip to contents

Print vector of paths as lines

Usage

stack_fps(fps, indent = "  ")

Examples

fundoc:::stack_fps(LETTERS[1:3])
#> [1] "  A\n  B\n  C"