Join us for
RADAR: AI Edition

cocoreg (version 0.1.1)

dl_scale: Run scale() on a list of data.frames

Description

Run scale() on a list of data.frames

Usage

dl_scale(dl, ...)

Arguments

dl
A list of data.frames
...
Additional arguments to be passed on to scale

Value

A list of data.frames that have been processed using scale() and converted back to data.frame