
Print the results of a crosswalk
print.cogxwalkr.crosswalk.Rd
Print the results of a crosswalk
Usage
# S3 method for class 'cogxwalkr.crosswalk'
print(x, ..., digits = 3L)
Arguments
- x
An object of class "cogxwalkr.crosswalk", i.e., as returned by
do_crosswalk()
- ...
Unused
- digits
Number of digits to print. Passed to the
digits
andnsmall
arguments tobase::format()
.