createrows.tidy {WikidataR} | R Documentation |
"CREATE" rows from tidy format
Description
Add in QuickStatements CREATE rows that mint new QIDs from tidy input data. New items are created by any item starting that starts with the text "CREATE" followed by any unique ID.
Usage
createrows.tidy(QS.tib)
Arguments
QS.tib |
a tibble of items, values and properties (optionally qualifiers and sources). |
Value
a tibble, with items that start with "CREATE" followed by any unique text causing the addition of a "Create" line above, being replaced with "LAST" in the Quickstatemnts format to create new QIDs.
[Package WikidataR version 2.3.3 Index]