Learn R Programming

languageserver (version 0.3.0)

workspace_sync: Determine workspace information for a given file

Description

internal use only

Usage

workspace_sync(uri, temp_file = NULL, run_lintr = TRUE,
  parse = FALSE)

Arguments

uri

the file uri

temp_file

the file to lint, determine from uri if NULL

run_lintr

set FALSE to disable lintr diagnostics

parse

set FALSE to disable parsing file