v <- tempfile("vault-")
init_vault(v, rproj = FALSE, agent_instructions = FALSE)
ingest("See [[seed]] for context.", type = "articles",
source = "demo", vault = v)
backlinks("seed", vault = v)
unlink(v, recursive = TRUE)
Run the code above in your browser using DataLab