Learn R Programming

treesitter.c (version 0.0.4.2)

get_globals_from_root: Extract global variable names from a parsed tree root

Description

Extract global variable names from a parsed tree root

Usage

get_globals_from_root(root)

Value

Data frame with top-level global names.

Arguments

root

A tree-sitter root node.