FindClosingParenthesis: xxx

View source: R/check_funcs.R

FindClosingParenthesisR Documentation

xxx

Description

xxx

Usage

FindClosingParenthesis(text, openPos)

Arguments

text

xxx

openPos

xxx

Examples

text <- "myfunc <- function(a, b){ return (a+b)}"
posParam <- 19
FindClosingParenthesis(text, posParam)


samWieczorek/Magellan documentation built on March 30, 2022, 3:40 a.m.