Learn R Programming

bslib (version 0.8.0)

precompiled_css_path: Get the path to a precompiled CSS file

Description

This function is meant for development and debugging purposes. It can be used to test if a precompiled CSS file exists for a given theme object.

Usage

precompiled_css_path(theme = bs_theme())

Value

The path to the precompiled CSS file, if it exists, or NULL, if not.

Arguments

theme

A bs_theme() object.