Learn R Programming

fastText (version 1.0.4)

printUsage: Print Usage Information for all parameters

Description

Print Usage Information for all parameters

Usage

printUsage(verbose = TRUE)

Value

It does not return a value but only prints the available parameters of the 'printUsage' function in the R session

Arguments

verbose

if TRUE then information will be printed in the console

Examples

Run this code

library(fastText)

printUsage()

Run the code above in your browser using DataLab