Skip to content
Snippets Groups Projects
render_textbox.Rd 446 B
Newer Older
  • Learn to ignore specific revisions
  • jens.preussner's avatar
    jens.preussner committed
    % Generated by roxygen2: do not edit by hand
    % Please edit documentation in R/textbox.R
    \name{render_textbox}
    \alias{render_textbox}
    \title{Renders a textbox with arbitrary content}
    \usage{
    render_textbox(title, content)
    }
    \arguments{
    \item{title}{The title of the textbox}
    
    \item{content}{The content of the textbox}
    }
    \value{
    A string containing markdown code for the rendered textbox
    }
    \description{
    Renders a textbox with arbitrary content
    }