A version of R's list.files function compatible with s3. By default, this is set to return up to only 1000 file names, only only the short name (i.e. excluding file paths). Note: A key difference between this function and list.files is that this function will return all files within subdirectories of a folder.
1 | s3.list.files(x, full.names = F, max.files = 1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.