Skip to contents

Since GraphQL statements heavily use curly braces ``, this function is a wrapper around glue to make it easier to write GraphQL statements.

Usage

glueb(x, ...)

Arguments

...

Arguments passed to glue

Value

character vector

Examples

 glueb("Hello {name}", name = "world")
#> Hello {name}