Description Usage Arguments Value See Also Examples
Given a recipe (UID
), this function exports the recipe's SBJ representation.
1 | export_sbj(connection, recipe_uid, sbj_file = NULL)
|
connection |
A connection object, as retrieved from |
recipe_uid |
The recipe's |
sbj_file |
If set to a file path, the SBJ file is directly written to this path. Otherwise (or |
If sbj_file
is set to a valid file path, this path is returned after a successful write. Otherwise, the SBJ raw text is returned.
1 2 3 4 5 6 7 8 | ## Not run:
connection <- connect('my_db on localhost')
export_sbj(connection, 42)
export_sbj(connection, 42, 'my_recipe.sbj')
disconnect(connection)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.