parse_design | R Documentation |
Parse design data.frame
parse_design(df)
df |
A |
A CalmrDesign object.
Each entry in even-numbered columns of df is
a string formatted as per phase_parser()
.
phase_parser()
df <- data.frame(
Group = c("Group 1", "Group 2"),
P1 = c("10AB(US)", "10A(US)")
)
parse_design(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.