Skip to contents

tail method for dbSpatial

Usage

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

Arguments

x

A dbSpatial object.

n

Number of rows to return.

...

Additional arguments.

Value

A dbSpatial object containing the last n rows of x.

See also

Other dbData: head,dbSpatial-method