tabble: Open a table or a matrix directly in TextEdit.

Description Usage Arguments Details Author(s) Examples

Description

The columns are separated by the value of "sep". This value defaults to two tab characters.

Usage

1

Arguments

model object

A matrix or a table. It can be numerical or character.

decimals

The number of decimals (defaults to 3) This number is only relevant if the input matrix is numerical.

sep

The column separator in the text file (defaults to two tabs).

Details

The function creates a hidden text file named ".tabble.txt". The file needs to be closed in TextEdit before you make a new version of it. This function will replace the tabtable-function which was for regression tables only.

Author(s)

Joost van de Weijer

Examples

1
2
3
4
x=matrix(c(1,1,2,2),ncol=2)
tabble(x)
x=matrix(c("a","a","b","b"),ncol=2)
tabble(x)

vdweijer/supply documentation built on June 28, 2021, 7:45 a.m.