readODS (version 1.6.7)

write_ods: write data to ods file

Description

Function to write a single data.frame to an ods file and return a data frame.

Usage

write_ods(x, path)

Arguments

x

a data.frame

path

Path to the ods file to write.

Value

the value of path invisibly.