Learn R Programming

RastaRocket (version 1.0.1)

write_css: Generate a CSS File

Description

This function creates and writes a CSS file with predefined styling for tables and text formatting.

Usage

write_css(path)

Value

None. The function writes a CSS file to the specified file path.

Arguments

path

Character string specifying the file path where the CSS file will be saved.