Skip to contents

Converts a single JSON page entry into a tiddler-compatible data.table.

Usage

json_page_to_tiddler(data)

Arguments

data

A JSON object representing a page.

Value

A data.table containing the page's id, page_name, and properties (if any).