use_css: use_css

View source: R/use_css.R

use_cssR Documentation

use_css

Description

Adds a Cascading Style Sheet (CSS) to the specified directory

Usage

use_css(stylesheet, directory = "www", open = FALSE)

Arguments

stylesheet

Selection of stylesheet. Current options are "shiny", "web_report", and "revealjs".

directory

The directory where the template should be saved and opened. The default "www" is preferable for most projects. Use NULL to save the template to the project directory or working directory.

open

Open the newly created file for editing?


UrbanInstitute/urbntemplates documentation built on April 27, 2022, 4:35 a.m.