File: pretty_print_code.Rd

package info (click to toggle)
r-cran-cli 3.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,288 kB
  • sloc: ansic: 16,412; cpp: 37; sh: 13; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 503 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/prettycode.R
\name{pretty_print_code}
\alias{pretty_print_code}
\title{Turn on pretty-printing functions at the R console}
\usage{
pretty_print_code()
}
\description{
Defines a print method for functions, in the current session, that supports
syntax highlighting.
}
\details{
The new print method takes priority over the built-in one. Use
\code{\link[base:message]{base::suppressMessages()}} to suppress the alert message.
}