Skip to content

Commit ffbc0cc

Browse files
committed
docs
1 parent e288a3f commit ffbc0cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/sf.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ list_column_to_sfc = function(x) {
194194
#'
195195
#' Create sf, which extends data.frame-like objects with a simple feature list column
196196
#' @name sf-object
197+
#' @aliases st_sf
197198
#' @param ... column elements to be binded into an \code{sf} object or a single \code{list} or \code{data.frame} with such columns; at least one of these columns shall be a geometry list-column of class \code{sfc} or be a list-column that can be converted into an \code{sfc} by \link{st_as_sfc}.
198199
#' @param crs coordinate reference system, something suitable as input to \link{st_crs}
199200
#' @param agr character vector; see details below.

0 commit comments

Comments
 (0)