# Basic usage with current directory:
file_tree()
file_tree(".", max_depth = 3)
# \donttest{
# Example with temporary directory and logging:
temp_dir <- tempdir()
file_tree(temp_dir, max_depth = 2, log = TRUE, log_path = tempdir())
# }
Run the code above in your browser using DataLab