as.character.ProgressBar {R.utils}R Documentation

Gets a string description of the progress bar

Description

Gets a string description of the progress bar.

Usage

## S3 method for class 'ProgressBar':
as.character(x, ...)

Arguments

... Not used.

Value

Returns a character string.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see ProgressBar.


[Package R.utils version 1.1.7 Index]