clear | R Documentation |
Clear current query
clear()
TRUE (invisible)
query()
for opening a query
submit()
for submitting a query
query(call("member", expression(X), list(quote(a), "b", 3L, 4)))
submit() # X = a
submit() # X = "b"
clear()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.