functionMap (version 1.0.0)

export_map: Export a map to a JSON file

Description

Export a map to a JSON file

Usage

export_map(map, file, pretty = TRUE)

Arguments

map
The function map.
file
The file or connection to write to.
pretty
Whether to pretty print the JSON file.