Skip to contents

transform_raw_ds_for_analysis() is a Transform function that edits an object in such a way that core object attributes - e.g. shape, dimensions, elements, type - are altered. Specifically, this function implements an algorithm to transform raw dataset for analysis. The function returns Transformed dataset (a tibble).

Usage

transform_raw_ds_for_analysis(raw_ds_tb)

Arguments

raw_ds_tb

Raw dataset (a tibble)

Value

Transformed dataset (a tibble)