We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b866ec6 commit 2581853Copy full SHA for 2581853
1 file changed
exec/INTEGRAL-Radiomics.R
@@ -4,14 +4,16 @@
4
#| name: integral-radiomics
5
#| vanilla: true
6
7
-#| description: Input CSV.
+#| description: Path to input CSV.
8
#| val_type: string
9
#| required: true
10
+#| negative_alias: false
11
input <- NA
12
-#| description: Output CSV
13
+#| description: Path to save output CSV.
14
15
16
17
output <- NA
18
19
df_pred <- integralrad::predict_integral_radiomics(input)
0 commit comments