Nothing
Code
run_ls_app(c(dir, "-p", "alpha", "-p", "\\.txt$"))
Output
pattern:
- alpha
- "\\.txt$"
paths:
- alpha.txt
- alphabet.txt
- beta.txt
Code
run_ls_app(c(dir, "--pattern", "t$", "-p", "^beta"))
Output
pattern:
- t$
- ^beta
paths:
- alpha.txt
- alphabet.txt
- beta.R
- beta.txt
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.