open_in_gnumeric: Open data frames with Gnumeric

Description Usage Arguments Value Author(s) Examples

View source: R/open_in_gnumeric.R

Description

Takes a data frame, saves in a temporary file and opens it with Gnumeric spread sheet software. This function only works on Linux and requires Gnumeric installed. It can be modified to be used with another software and operating system. The code is based on this answer https://stackoverflow.com/a/28580683 on StackOverflow.

Usage

1

Arguments

tb

A data frame.

Value

None. This function opens the data frame with Gnumeric

Author(s)

Walmes Zeviani, walmes@ufpr.br.

Examples

1
2
3
4
5
6
7
8

walmes/wzRfun documentation built on Aug. 10, 2021, 2:19 p.m.