R/AUEformat.R

AUEformat <-
function (ASC, UNI, EXP, format = "expression")
{
    if (format == "expression")
        return(EXP)
    if (format == "charstring")
        return(UNI)
    if (format == "ASCII")
        return(ASC)
}

Try the blackbox package in your browser

Any scripts or data that you put into this service are public.

blackbox documentation built on May 3, 2023, 9:13 a.m.