Nothing
#' @title Return the list of available languages for iatgen translation
#'
#' @return Returns data.frame listing the supported languages.
#'
#' \describe{
#' \item{Code}{Translation identifier}
#' \item{Description}{Verbose translation description}
#' }
#'
#' @examples
#' available.languages()
#'
#' @export
available.languages <- function() {
langs
}
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.