Translated takeLine()

This commit is contained in:
Waldir Leoncio 2020-07-13 13:23:31 +02:00
parent 7f09e3a867
commit cc9704489c
4 changed files with 37 additions and 13 deletions

19
man/takeLine.Rd Normal file
View file

@ -0,0 +1,19 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/takeLine.R
\name{takeLine}
\alias{takeLine}
\title{Take line}
\usage{
takeLine(description, width)
}
\arguments{
\item{description}{description}
\item{width}{width}
}
\value{
newline
}
\description{
Returns one line from the description.
}