Nothing
Code
writeLines(btw_tool_files_list_files()@value)
Output
| path | type | size | modification_time |
|------|------|------|-------------------|
| test.R | file | 5 | MODIFIED TIME |
| test.csv | file | 5 | MODIFIED TIME |
Code
btw_tool_files_list_files("/")
Condition
Error in `check_path_within_current_wd()`:
! You are not allowed to list or read files outside of the project directory. Make sure that `path` is relative to the current working directory.
Code
btw_tool_files_list_files("../")
Condition
Error in `check_path_within_current_wd()`:
! You are not allowed to list or read files outside of the project directory. Make sure that `path` is relative to the current working directory.
Code
btw_tool_files_read_text_file("mtcars.rds")
Condition
Error in `btw_tool_files_read_text_file()`:
! Path 'mtcars.rds' is not a path to a text file.
Code
btw_tool_files_read_text_file("../mtcars.rds")
Condition
Error in `check_path_within_current_wd()`:
! You are not allowed to list or read files outside of the project directory. Make sure that `path` is relative to the current working directory.
Code
btw_tool_files_write_text_file("../test.txt", "content")
Condition
Error in `check_path_within_current_wd()`:
! You are not allowed to list or read files outside of the project directory. Make sure that `path` is relative to the current working directory.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.