sales
advertising
1
1261.1
43.6
2
1475.3
50.4
3
1657.5
59.0
4
2059.1
66.3
5
2303.8
82.4
6
2512.6
92.2
7
2751.5
100.5
8
2787.7
110.1
9
2939.1
111.5
>raw.data = data.frame(if (length(formVariables) == 1) formVariables[[1]] else formVariables)
>raw.data = raw.data[QFilter,, drop = FALSE]
>names(raw.data) <- if(!formNames) lapply(formVariables, flipFormat::Labels) else lapply(formVariables, flipFormat::Names)
>if (nrow(raw.data) * ncol(raw.data) > 1000000)
    stop("Your table contains more than 1,000,000 cells. To get around this limitation, edit the R Code, or, create tables using RAW DATA.")
>raw.data <- raw.data
    sales advertising
1 1261.08       43.60
2 1475.28       50.44
3 1657.52       59.01
4 2059.05       66.30
5 2303.76       82.36
6 2512.64       92.15
7 2751.46      100.51
8 2787.67      110.06
9 2939.13      111.51
Total time:0.18s
Time on R server:0.15s
Time evaluating code:0.10s
Bytes sent:2,251
Bytes received:3,354