guess_function: Guess function name of interest

View source: R/rstudio-toggle_subsections.R

guess_functionR Documentation

Guess function name of interest

Description

Guess function name of interest

Usage

guess_function(textline)

Arguments

textline

character(1L), line of script with buggy function

Value

extracted function name

Author(s)

Daniel Lill (daniel.lill@physik.uni-freiburg.de)

Examples

textline <- "rng <- rstudioapi::document_range("
textline <- "rstudioapi::document_range("
textline <- "document_range(kjshdf = bla)"

dlill/conveniencefunctions documentation built on Sept. 30, 2022, 4:40 a.m.