write_table_code: Write a relation table as diagram code

View source: R/write_table_code.R

write_table_codeR Documentation

Write a relation table as diagram code

Description

Take a table and transforms it into lines of code which can be written and inserted.

Usage

write_table_code(table, name)

Arguments

table

Data.frame or tibble. Table which should be written as code.

name

Character. Name of the resulting table.

Value

A vector of character in which entries are lines to be written.

Author(s)

Nicolas Mangin


NicolasJBM/chartR documentation built on Sept. 13, 2024, 12:31 p.m.