Difference between revisions of "OpasnetUtils/Drafts"

From Testiwiki
Jump to: navigation, search
(Answer)
m (Answer)
Line 511: Line 511:
 
colnames(temp@output)[colnames(temp@output) == "Result"] <- "tempResult"  
 
colnames(temp@output)[colnames(temp@output) == "Result"] <- "tempResult"  
 
temp@name <- "temp" # This is to make sure that merge works.
 
temp@name <- "temp" # This is to make sure that merge works.
print(temp)
+
 
 
out <- merge(X, temp)@output
 
out <- merge(X, temp)@output
  

Revision as of 11:03, 27 January 2014



Question

Which functions are so useful that they should be taken into OpasnetUtils package? This page contains draft function which will be included when they are good enough and found important.

Answer

Call the objects stored by this code from another rode with this command:

objects.latest("Op_en6007", code_name = "answer")

+ Show code

See also

References


Related files

<mfanonymousfilelist></mfanonymousfilelist>