File: trim.Rd

package info (click to toggle)
r-cran-lava 1.7.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,636 kB
  • sloc: sh: 13; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 425 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/trim.R
\name{trim}
\alias{trim}
\title{Trim string of (leading/trailing/all) white spaces}
\usage{
trim(x, all = FALSE, ...)
}
\arguments{
\item{x}{String}

\item{all}{Trim all whitespaces?}

\item{\dots}{additional arguments to lower level functions}
}
\description{
Trim string of (leading/trailing/all) white spaces
}
\author{
Klaus K. Holst
}