Skip to contents

a generic function that can read an R object into an RDS, fst and CSV. First determine the extension and then apply the appropriate read function

Usage

fixencoding(df, originalEncoding = "latin1")

Arguments

df

Dataframe

originalEncoding

The encoding to apply

Value

Dataframe