dssScale: Scale a dataframe

Description Usage Arguments

View source: R/dssScale.R

Description

execute base::scale() on the nodes

Usage

1
2
3
4
5
6
7
8
9
dssScale(
  symbol,
  what,
  center = TRUE,
  scale = TRUE,
  async = TRUE,
  wait = TRUE,
  datasources = NULL
)

Arguments

symbol

a character name of the new, scaled dataframe

what

a character name of the source dataframe

center

either a logical value or a numeric vector of length equal to the number of columns of "what"

scale

either a logical value or a numeric vector of length equal to the number of columns of "what"

async

a logical, see datashield.aggregate

wait

a logical, see datashield.aggregate

datasources

a list of opal objects obtained after logging into the opal servers (see datashield.login)


IulianD/dsSwissKnifeClient documentation built on June 23, 2020, 4:38 p.m.