Use print() on a factor object

USAGE:

print.factor(x, quote = F, abbreviate.arg, ..., max.levels = 5) 

REQUIRED ARGUMENTS:

x
The factor object to print

OPTIONAL ARGUMENTS:

quote
If quote is TRUE then the strings in the factors will be surrounded by quotes and all the levels will be printed.
max.levels
If some of the levels in a factor object are not in represented in the object (or if quote is TRUE), then the first max.levels levels will be printed.
This is a method for the function print() for objects inheriting from class factor.