Print the parameters for a specific command
print_parameters(command = "supervised")
a character string specifying the command for which the parameters should be printed in the R session. It should be one of "skipgram", "cbow", "supervised", "test", "test-label" or "quantize"
It does not return a value but only prints the available parameters in the R session
https://github.com/facebookresearch/fastText#full-documentation
https://github.com/facebookresearch/fastText/issues/341#issuecomment-339783130