Special Results Builder

Code created by Dorian Gravier with the help of ChatGPT using webR and highlight.js.

The input boxes will permit you to use R code that will be run in the form of

paste0(input1, input2, input3, ...)

The inputs can be numerical (witout quote: 1, 2, 10+1, 1:10, 10:1) or strings (with quotes: "Hello world", "Finish;0;0;1"). If you want a carriage return use "\n".

paste0(201:210, ";Lap", 1:10, ";;0;;T", 101:110, "-T", (101:110)-1)

In some case you need a carriage return (\n) followed by a space. Use then "\n " in your string.

paste0(2002:2100, ";Control", 2:100, ";;0;CONTROL;(RAWDATA)\n 0;0;0;", 101:149, ";30;-1;0")


1 2 3 4 5

6 7 8 9 10

Generated R Code:

Output:

Output will appear here...