if (FALSE) {
annotation("annotation_id")
annotation("annotation_id", action = "update", text = "updated text")
annotation("annotation_id", action = "flag")
annotation("annotation_id", action = "hide")
annotation("annotation_id", action = "show")
annotation(
action = "create",
uri = "https://r-world-devs.github.io/hypothesis/articles/hypothesis-api.html",
text = "test"
)
}
Run the code above in your browser using DataLab