| vdb_add_dir | R Documentation |
Add all text files from a directory
vdb_add_dir(db, dir_path, pattern = "\\.txt$", recursive = TRUE)
db |
Vectrix object or collection name |
dir_path |
Directory path |
pattern |
File pattern (default: "*.txt") |
recursive |
Search subdirectories |
Vectrix object
## Not run:
vdb_add_dir(db, "./documents/")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.