featheriseR_xlsx: A featheriseR Function

Description Usage Arguments Value Examples

Description

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

Usage

1
featheriseR_xlsx(ip, sheet.name)

Arguments

ip

input file, xlsx with headers.

sheet.name

input sheet name.

Value

Outputs a feather file to the same path as input

Examples

1
2
featheriseR_xlsx(system.file("examples", "applicants.xlsx",
package = "featheriseR"), sheet.name = "applicants")

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