dimDS {dsBase}R Documentation

Returns the dimension of a data frame or matrix

Description

This function is similar to R function dim.

Usage

dimDS(x)

Arguments

x

a string character, the name of a dataframe or matrix

Details

The function returns the dimension of the input dataframe or matrix

Value

the dimension of the input object

Author(s)

Demetris Avraam, for DataSHIELD Development Team


[Package dsBase version 6.3.0 ]