xlsxFix: Temporary fix for savexlsx function if there are missing...

Description Usage Arguments Details Examples

Description

Temporary fix for savexlsx function if there are missing values.

Usage

1

Arguments

x

An object of class dataframe or a list.

Details

This function has to be used in case of missing values. If not, the missing values will be replaced by large values in the excel file.

Examples

1
2
3
4
data('mtcars')
mtcars[1, ] = NA
test = xlsxFix(mtcars)
savexlsx(test)

BavoDC/RcryptAdj documentation built on May 16, 2019, 11:01 a.m.