File tree 1 file changed +5
-11
lines changed
1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,13 @@ import JASP 1.0
24
24
Form
25
25
{
26
26
27
- info: qsTr (" This example shows how to load a dataset and perform a simple operation on it" ) // Used for populating the info tab
27
+ info: qsTr (" This example shows how to load a dataset and perform a simple operation on it. \
28
+ Specifically, it concatenates the values of a column. \n
29
+ e.g.: [1, 2, 3] -> '123'" ) // Used for populating the info tab
28
30
29
31
Text
30
32
{
31
- text: qsTr (" This example shows how to load a dataset and perform a simple operation on it" )
33
+ text: qsTr (" This example shows how to load a dataset and perform a simple operation on it. " )
32
34
}
33
35
34
36
VariablesForm
38
40
AssignedVariablesList {
39
41
name: " ts"
40
42
label: qsTr (" Times (t)" )
41
- info: qsTr (" This info entry adds documentation to the (i) icon in the analysis file. E.g., Specify variable containing the time." )
42
- singleVariable: true
43
- allowedColumns: [" scale" ]
44
- }
45
-
46
- AssignedVariablesList {
47
- name: " xs"
48
- label: qsTr (" Positions (x)" )
49
- info: qsTr (" This info entry adds documentation to the (i) icon in the analysis file. E.g., Specify variable containing the positions." )
43
+ info: qsTr (" Vector representing times" )
50
44
singleVariable: true
51
45
allowedColumns: [" scale" ]
52
46
}
You can’t perform that action at this time.
0 commit comments