featheriseR_xls: A featheriseR Function

Description Usage Arguments Value Examples

Description

This function allows you to convert an xls file to feather format.

Usage

1
featheriseR_xls(ip, sheet.name)

Arguments

ip

input file, xls with headers.

sheet.name

input sheet name.

Value

Outputs a feather file to the same path as input

Examples

1
2
featheriseR_xls(system.file("examples", "applicants2.xls",
package = "featheriseR"), sheet.name = "applicants")

debajyoti7/featheriseR documentation built on May 15, 2019, 1:53 a.m.