Load tg without any checks
1 2 3 4 5 | load.tg(variant = first.non.null(vg$variant, 1),
gameId = first.non.null(vg$gameId, jg$gameId, rg$gameId), jg = NULL,
rg = NULL, vg = NULL, tg = NULL, tg.id = tg$tg.id,
games.dir = get.games.dir(project.dir), project.dir = get.project.dir(),
filename = if (!is.null(tg.id)) paste0(tg.id, ".tg") else NULL)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.