write_files {dir2json}R Documentation

Write Files to a Directory

Description

This function writes files to a specified directory based on a structured list.

Usage

write_files(sl_app, dest)

Arguments

sl_app

A structured list representing files and their contents.

dest

A character string specifying the target directory.

Value

None. Writes files to the specified directory.

Examples

## Not run: 
# Write files from a structured list to a directory
write_files(sl_app, "output_dir")

## End(Not run)

[Package dir2json version 0.1.0 Index]