Learn R Programming

GISINTEGRATION (version 1.0)

selVar: Display the names of common variables

Description

This function displays the names of common variables based on the create_new_data function so that the user can give any variable he/she wants as a blocked variable in the preprocLinkage function.

Usage

selVar(d1, d2, chz = "NULL")

Value

Character.

Arguments

d1

A data frame.

d2

A data frame.

chz

the number of the name of the variable that the user does not want to change based on the output of the preproc function.

Author

Hossein Hassani and and Leila Marvian Mashhad and Sara Stewart and Steve Macfeelys.

See Also

preproc

Examples

Run this code
  d1 = RLdata500
  d2 = RLdata10000
  selVar(d1, d2)

Run the code above in your browser using DataLab