lonely: lonely

lonelyR Documentation

lonely

Description

List of parser functions that operate on single objects. This list is useful for testing these functions.

Usage

"lonely"

Examples


  f <- function # title
### description
  (x, ##<< arg x
   y
### arg y
   ){
    ##value<< a list with elements
    list(x=x, ##<< original x value
         y=y, ##<< original y value
         sum=x+y) ##<< their sum
    ##end<<
  }
  src <- getSource(f)
  lonely$extract.xxx.chunks(src)
  lonely$prefixed.lines(src)


inlinedocs documentation built on Oct. 19, 2023, 1:06 a.m.