Convenient way to automatically convert all JSON files in a directory to CSV.
1 | convert_json_files_to_csv(pattern = "[[:alnum:]].json", directory = getwd())
|
pattern |
a regular expression specifying which files to look for (default is anything JSON) |
directory |
the pathname of the directory to search (default is current working directory) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.