diff --git a/docs6/docs/file-formats.md b/docs6/docs/file-formats.md index df33e12db..551b3449e 100644 --- a/docs6/docs/file-formats.md +++ b/docs6/docs/file-formats.md @@ -547,14 +547,41 @@ While you can do format conversion using `mlr --icsv --ojson cat myfile.csv`, th mlr help format-conversion
-TO DO: brief list of formats w/ xref to m6 webdocs.
-
-Examples: --csv for CSV-formatted input and output; --icsv --opprint for
-CSV-formatted input and pretty-printed output.
-
-Please use --iformat1 --oformat2 rather than --format1 --oformat2.
-The latter sets up input and output flags for format1, not all of which
-are overridden in all cases by setting output format to format2.
+Type 'mlr help {topic}' for any of the following:
+Essentials:
+ mlr help topics
+ mlr help basic-examples
+ mlr help data-formats
+Flags:
+ mlr help flags
+Verbs:
+ mlr help list-verbs
+ mlr help usage-verbs
+ mlr help verb
+Functions:
+ mlr help list-functions
+ mlr help list-function-classes
+ mlr help list-functions-in-class
+ mlr help usage-functions
+ mlr help usage-functions-by-class
+ mlr help function
+Keywords:
+ mlr help list-keywords
+ mlr help usage-keywords
+ mlr help keyword
+Other:
+ mlr help auxents
+ mlr help mlrrc
+ mlr help output-colorization
+ mlr help type-arithmetic-info
+Shorthands:
+ mlr -g = mlr help flags
+ mlr -l = mlr help list-verbs
+ mlr -L = mlr help usage-verbs
+ mlr -f = mlr help list-functions
+ mlr -F = mlr help usage-functions
+ mlr -k = mlr help list-keywords
+ mlr -K = mlr help usage-keywords