powered by
rcell
format
Convert the contets of an rcell to a string using the format information
format_rcell(x, format, output = c("ascii", "html"))
an object of class rcell
if FUN does not return a formatted rcell then the format is applied
FUN
output type
formatted text representing the cell x.
x
# NOT RUN { x <- rcell(pi, format = "xx.xx") x format_rcell(x, output = "ascii") # }
Run the code above in your browser using DataLab