print_paged_sf: Print sf objects with paged tables

Description Usage Arguments

Description

Print sf objects with paged tables

Print sf objects with paged table.

Usage

1
2
3
4
5
print_paged_sf(x, n = ifelse(options("max.print")[[1]] == 99999, 10,
  options("max.print")[[1]]))

print_paged_sf(x, n = ifelse(options("max.print")[[1]] == 99999, 10,
  options("max.print")[[1]]))

Arguments

x

A sf-class data object

n

Number of records to show in the printed table

x

A sf-class data object

n

Number of records to show in the printed table


tiernanmartin/miscgis documentation built on May 31, 2019, 1:19 p.m.