ds.lapply: Wrapper for 'lapply()' function

Description Usage Arguments Details Value Author(s)

View source: R/ds.lapply.R

Description

This function is a wrapper for the lapply() function from the sp and rgeos packages

Usage

1
ds.lapply(input = NULL, fun = NULL, newobj.name = NULL, datasources = NULL)

Arguments

input

name of a list

fun

the function to apply as a character

newobj.name

a character, the name of the new object which will be created If no name is specified the default name is the name of the original data frame followed by the suffix '.list'.

datasources

a list of opal object(s) obtained after login in to opal servers; these objects hold also the data assign to R, as dataframe, from opal datasources.

Details

See the lapply() function for more details

Value

nothing

Author(s)

Bishop, T.


tombisho/dsGeoClient documentation built on Sept. 16, 2021, 12:18 a.m.