Workspace {languageserver}R Documentation

A data structure for a session workspace

Description

A Workspace is initialized at the start of a session, when the language server is started. Its goal is to contain the Namespaces of the packages that are loaded during the session for quick reference.

Usage

Workspace

Format

An object of class R6ClassGenerator of length 24.

Fields

pkgname

a character, a package name

object

a character, an object name

funct

a character, a function name

topic

a character, a help topic name

parse_result

?

Methods


[Package languageserver version 0.3.1 Index]