FMAT_query_bind | R Documentation |
Combine multiple query data.tables and renumber query ids.
FMAT_query_bind(...)
... |
Query data.tables returned from |
A data.table of queries and variables.
FMAT_load
FMAT_query
FMAT_run
FMAT_query_bind(
FMAT_query(
"[MASK] is {TARGET}.",
MASK = .(Male="He", Female="She"),
TARGET = .(Occupation=c("a doctor", "a nurse", "an artist"))
),
FMAT_query(
"[MASK] occupation is {TARGET}.",
MASK = .(Male="His", Female="Her"),
TARGET = .(Occupation=c("doctor", "nurse", "artist"))
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.