This commit is contained in:
evmo 2026-03-06 15:46:39 +11:00
commit 116abafc09
58 changed files with 5749 additions and 0 deletions

19
man/print.pm_style.Rd Normal file
View file

@ -0,0 +1,19 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/styles.R
\name{print.pm_style}
\alias{print.pm_style}
\title{Print method for pm_style objects}
\usage{
\method{print}{pm_style}(x, ...)
}
\arguments{
\item{x}{A pm_style object.}
\item{...}{Additional arguments (ignored).}
}
\value{
Invisibly returns x.
}
\description{
Prints a formatted summary of a pm_style object showing colors and label rules.
}