dssMakeFactors: Transform the columns of a data frame into factors

View source: R/dssMakeFactors.R

dssMakeFactorsR Documentation

Transform the columns of a data frame into factors

Description

It only affects the non numeric columns (text or date)

Usage

dssMakeFactors(
  df,
  value = NULL,
  to.replace = NULL,
  async = TRUE,
  datasources = NULL
)

Arguments

df

a character, name of the dataframe

async

same as in datashield.assign

datasources

same as in datashield.assign

Value

nothing - the data frame is now transormed in the remote sessions


sib-swiss/dsSwissKnifeClient documentation built on July 16, 2025, 6:25 p.m.