include_css_files: Include 'CSS' files from /inst/css/ package directory to...

View source: R/include_css_js.R

include_css_filesR Documentation

Include CSS files from ⁠/inst/css/⁠ package directory to application header

Description

system.file should not be used to access files in other packages, it does not work with devtools. As a result, this method is individually redefined as required in each package. Therefore, this function is not exported.

Usage

include_css_files(pattern = "*")

Arguments

pattern

(character) pattern of files to be included.

Value

HTML code that includes CSS files.


teal.transform documentation built on May 29, 2024, 5:06 a.m.