Skip to contents

Reads a JSON file and extracts pages and blocks, converting them to tiddler-compatible formats.

Usage

import_from_json(file_name, keywords = NA)

Arguments

file_name

The name of the JSON file to import.

Value

A list containing:

pages

A data.table with extracted pages.

blocks

A data.table with extracted blocks.