Nothing
Code
modify_source_note(tbl_summary(trial, include = trt), source_note = letters)
Condition
Error in `modify_source_note()`:
! The `source_note` argument must be a string, not a character vector.
Code
modify_source_note(tbl_summary(trial, include = trt), source_note = "ttt",
text_interpret = letters)
Condition
Error in `modify_source_note()`:
! `text_interpret` must be one of "md" or "html", not "a".
Code
remove_source_note(modify_source_note(tbl_summary(trial, include = trt),
"Created June 26, 2015"), source_note_id = 100)
Condition
Error in `remove_source_note()`:
! Argument `source_note_id` is out of bounds.
i Must be one or more of 1 or `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.