File: prettycode.Rd

package info (click to toggle)
r-cran-prettycode 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 408 kB
  • sloc: sh: 13; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/print.R
\name{prettycode}
\alias{prettycode}
\title{Pretty Print R Code in the Terminal}
\usage{
prettycode()
}
\description{
Replace the standard print method for functions with one that performs
syntax highlighting, using ANSI colors, if the terminal supports them.
}