Difference between revisions of "Branch creator"

From Testiwiki
Jump to: navigation, search
(first draft. Formatting does not work)
 
(Answer: code mainly works)
Line 75: Line 75:
 
"))
 
"))
  
</rcode>
+
@/rcode>
  
 
== Rationale ==
 
== Rationale ==
Line 84: Line 84:
 
" ===
 
" ===
  
<rcode name='",
+
@rcode name='",
 
output.ovariable,
 
output.ovariable,
 
"' embed=1 label='Initiate ",
 
"' embed=1 label='Initiate ",
Line 122: Line 122:
 
objects.store(list=ls())
 
objects.store(list=ls())
 
cat('Objects', ls(), 'stored.\n')
 
cat('Objects', ls(), 'stored.\n')
</rcode>
+
@/rcode>
  
 
",
 
",
Line 133: Line 133:
 
",
 
",
 
t2bdata,
 
t2bdata,
"<rcode name='",
+
"@rcode name='",
 
intermediate.ovariable,
 
intermediate.ovariable,
 
"' embed=1 label='Initiate ",
 
"' embed=1 label='Initiate ",
Line 164: Line 164:
 
intermediate.ovariable,
 
intermediate.ovariable,
 
"stored.\n')",
 
"stored.\n')",
"</rcode>
+
"@/rcode>
 
",
 
",
 
intermediate.rationale,
 
intermediate.rationale,
Line 177: Line 177:
 
sep = "")
 
sep = "")
  
oprint(text1)
+
#text2 <- substr("@", "<", text1) # NEEDED BUT DOES NOT WORK
 +
text2 <- strsplit(text1, split = "\n")[[1]]
 +
text2 <- data.frame(Pagetemplate = text2)
 +
oprint(text2, include.rownames = FALSE)
 
</rcode>
 
</rcode>

Revision as of 22:55, 4 March 2016



Question

How to create a branch for handprinter?

Answer

Fill in the form below, create a template, and copy-paste that onto a new page in Opasnet. Save the page.

+ Show code