View source: R/spec-meta-bind-.R
| make_placeholder_fun | R Documentation |
For internal use by the placeholder_format tweak.
make_placeholder_fun(pattern)
pattern |
|
[function(n)]
A function with one argument n that
returns a vector of length n with placeholders of the specified format.
body(DBItest:::make_placeholder_fun("?"))
DBItest:::make_placeholder_fun("?")(2)
DBItest:::make_placeholder_fun("$1")(3)
DBItest:::make_placeholder_fun(":name")(5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.