Nothing
#' Effect commands (data.frame)
#'
#' ProTracker uses codes to achieve certain effects or jump to a
#' specific position (see `vignette("effect_commands")`).
#' @docType data
#' @name effect_commands
#' @format `effect_commands` is a `data.frame` with three columns:
#'
#' * `Code`: a `character` of pseudo code used to achieve a certain effect
#' in ProTracker
#' * `Effect`: Name of the effect.
#' * `Description`: Description of the effect.
#'
#' It is used for documentation and reference purposes.
#' @examples
#' data("effect_commands")
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.