File: print.likert.Rd

package info (click to toggle)
r-cran-kutils 1.73%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,648 kB
  • sloc: sh: 13; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/likert.R
\name{print.likert}
\alias{print.likert}
\title{print method for likert tables}
\usage{
\method{print}{likert}(x, ...)
}
\arguments{
\item{x}{likert object, 1st item will be printed}

\item{...}{Arguments passed to print method}
}
\value{
Nothing
}
\description{
Nothing fancy here. \code{cat} is called on first item in list
}
\author{
Paul Johnson <pauljohn@ku.edu>
}