Skip to contents

head method for dbSpatial

Usage

# S4 method for class 'dbSpatial'
head(x, n = 6L, ...)

Arguments

x

A dbSpatial object.

n

Number of rows to return.

...

Additional arguments.

Value

A dbSpatial object containing the first n rows of x.

See also

Other dbData: tail,dbSpatial-method