# Print a Spark StructField.

This function prints the contents of a StructField returned from the
SparkR JVM backend.

## Usage

``` r
# S3 method for class 'structField'
print(x, ...)
```

## Arguments

  - x:
    
    A StructField object

  - ...:
    
    further arguments passed to or from other methods

## Note

print.structField since 1.4.0
