json_decode_dir {dir2json}R Documentation

Decode JSON to a Directory

Description

This function decodes a JSON string into a directory structure.

Usage

json_decode_dir(json_data, dir)

Arguments

json_data

A JSON string representing the directory's contents.

dir

A character string specifying the target directory.

Value

None. Creates files in the specified directory.

Examples

## Not run: 
# Decode JSON back into a directory
json_decode_dir(json_str, "output_dir")

## End(Not run)

[Package dir2json version 0.1.0 Index]