tests/testthat/_snaps/tree.md

dir_tree() works

Code
  dir_tree("foo")
Output
  foo
  \-- 1
Code
  dir_tree("foo")
Output
  foo
  +-- 1
  +-- 2
  +-- 3
  \-- 4
Code
  dir_tree("foo")
Output
  foo
  +-- 4
  +-- bar
  |   +-- 1
  |   \-- baz
  |       \-- 2
  \-- qux
      \-- 3


Try the fs package in your browser

Any scripts or data that you put into this service are public.

fs documentation built on July 26, 2023, 5:47 p.m.