ourMELONS/man/logml2String.Rd
Waldir Leoncio 9ed39d403b Updated docs
2023-09-14 12:53:34 +02:00

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
}