inlinedocs (version 2013.9.3)

lonely: lonely

Description

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

Usage

lonely

Arguments

Examples

Run this code
  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)

Run the code above in your browser using DataCamp Workspace