View source: R/image_loaders.R
get_image_files | R Documentation |
Get image files in 'path' recursively, only in 'folders', if specified.
get_image_files(path, recurse = TRUE, folders = NULL)
path |
The folder where to work |
recurse |
recursive path |
folders |
folder names |
None
## Not run:
URLs_PETS()
path = 'oxford-iiit-pet'
path_img = 'oxford-iiit-pet/images'
fnames = get_image_files(path_img)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.