Nothing
#' Ace themes
#' @description Get available themes of the Ace editor.
#'
#' @export
getAceThemes <- function(){
c("ambiance", "chaos", "chrome", "clouds_midnight", "clouds",
"cobalt", "crimson_editor", "dawn", "dracula", "dreamweaver",
"eclipse", "github", "gob", "gruvbox", "idle_fingers", "iplastic",
"katzenmilch", "kr_theme", "kuroir", "merbivore_soft", "merbivore",
"mono_industrial", "monokai", "pastel_on_dark", "solarized_dark",
"solarized_light", "sqlserver", "terminal", "textmate",
"tomorrow_night_blue", "tomorrow_night_bright", "tomorrow_night_eighties",
"tomorrow_night", "tomorrow", "twilight", "vibrant_ink", "xcode")
}
#' Ace modes
#' @description Get the available modes of the Ace editor.
#'
#' @export
getAceModes <- function(){
c("abap", "abc", "actionscript", "ada", "apache_conf", "applescript",
"asciidoc", "assembly_x86", "autohotkey", "batchfile", "bro",
"c_cpp", "c9search", "cirru", "clojure", "cobol", "coffee", "coldfusion",
"csharp", "csound_document", "csound_orchestra", "csound_score",
"csp", "css", "curly", "d", "dart", "diff", "django", "dockerfile",
"dot", "drools", "edifact", "eiffel", "ejs", "elixir", "elm",
"erlang", "forth", "fortran", "ftl", "gcode", "gherkin", "gitignore",
"glsl", "gobstones", "golang", "graphqlschema", "groovy", "haml",
"handlebars", "haskell_cabal", "haskell", "haxe", "hjson", "html_elixir",
"html_ruby", "html", "ini", "io", "jack", "jade", "java", "javascript",
"json", "jsoniq", "jsp", "jssm", "jsx", "julia", "kotlin", "latex",
"less", "liquid", "lisp", "livescript", "logiql", "lsl", "lua",
"luapage", "lucene", "makefile", "markdown", "mask", "matlab",
"maze", "mel", "mixal", "mushcode", "mysql", "nix", "nsis", "objectivec",
"ocaml", "pascal", "perl", "pgsql", "php", "pig", "plain_text",
"powershell", "praat", "prolog", "properties", "protobuf", "python",
"r", "razor", "rdoc", "red", "redshift", "rhtml", "rst", "ruby",
"rust", "sass", "scad", "scala", "scheme", "scss", "sh", "sjs",
"smarty", "snippets", "soy_template", "space", "sparql", "sql",
"sqlserver", "stylus", "svg", "swift", "tcl", "tex", "text",
"textile", "toml", "tsx", "turtle", "twig", "typescript", "vala",
"vbscript", "velocity", "verilog", "vhdl", "wollok", "xml", "xquery",
"yaml")
}
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.