library(tidyr)
library(dplyr)
library(xml2)
library(tibble)
test_document_tasks <- read_xml('<?xml version="1.0" encoding="UTF-8"?>
<omnifocus app-id="com.omnigroup.OmniFocus3" app-version="120.11.0.323402" machine-model="MacBookPro14,1" os-name="Mac OS X" os-version="10.14" xmlns="http://www.omnigroup.com/namespace/OmniFocus/v2">
<task id="omKTQWuRmGj">
<task idref="nHuzve_WGfT"/>
<added order="3">2015-11-15T16:28:08.631Z</added>
<due>2018-03-14T04:32:41.923Z</due>
<start>2018-03-14T04:32:41.923Z</start>
<completed>2018-03-14T04:32:41.923Z</completed>
<modified>2018-11-01T00:43:31.511Z</modified>
<name>Live in a nourishing environment with people that build me up. Learn from others; constantly question yourself.</name>
<rank>690262602</rank>
<context idref="nFSbMtPEGrh"/>
<completed-by-children>false</completed-by-children>
</task>
<task id="joUNfE5u-jV">
<task idref="nHuzve_WGfT"/>
<added order="5">2015-11-15T16:28:08.631Z</added>
<modified>2018-11-01T00:43:48.502Z</modified>
<start>2018-11-01T00:43:48.502Z</start>
<due>2018-11-01T00:43:48.502Z</due>
<completed>2018-11-01T00:43:48.502Z</completed>
<name>Look at life, myself, and others in a positive and mindful way.</name>
<rank>1687308580</rank>
<flagged>true</flagged>
<context idref="nFSbMtPEGrh"/>
<completed-by-children>false</completed-by-children>
</task>
</omnifocus>')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.