if (FALSE) {
title <- "New tiddler"
text <- c("!! Section",
"This is a new tiddler")
type <- "text/vnd.tiddlywiki"
tags <- c("Tag1", "Tag 2")
fields <- c("F1" = "V1", "F2" = "V2")
put_tiddler(title = title,
text = text,
type = type,
tags = tags,
fields = fields)
}
Run the code above in your browser using DataLab