View source: R/encode_decode.R
write_files | R Documentation |
This function writes files to a specified directory based on a structured list.
write_files(sl_app, dest)
sl_app |
A structured list representing files and their contents. |
dest |
A character string specifying the target directory. |
None. Writes files to the specified directory.
## Not run:
# Write files from a structured list to a directory
write_files(sl_app, "output_dir")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.