19 lines
426 B
R
19 lines
426 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/logml2String.R
|
|
\name{logml2String}
|
|
\alias{logml2String}
|
|
\title{Logml to string}
|
|
\usage{
|
|
logml2String(logml, leading_zeros_replacement = " ")
|
|
}
|
|
\arguments{
|
|
\item{logml}{input Logml}
|
|
|
|
\item{leading_zeros_replacement}{string to replace leading zeros with}
|
|
}
|
|
\value{
|
|
String version of logml
|
|
}
|
|
\description{
|
|
Returns a string representation of a logml
|
|
}
|