auto_complete_var: Auto-Complete

Description Usage Value Examples

View source: R/Auto_Complete.R

Description

An add-in function used to help auto-complete variables in the global environment.

Usage

1

Value

The variable name that is inserted, invisibly (character scalar).

Examples

1
2
3
4
5
6
7
apple <- 10
# Type "ap" & run the add-in function

var1 <- 1; var2 <- 2; var3 <- 3
# Type "var" & run the add-in function

# source('~/GitHub/KO/R/Auto_Complete.R'); auto_complete_var()

KO112/KO documentation built on Oct. 2, 2020, 9:21 a.m.