Learn R Programming

GISINTEGRATION (version 1.0)

chzInput: Consulting User

Description

After the pre processing of the data sets by preproc function, a series of changes were made on the names of the two variables for uniformity. Sometimes these changes of names based on synonyms are not desired by the user. In this function, according to the output of the preproc function, the user is asked to tell the program that any change in the name of the variables that he does not want.

Usage

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

Value

A vector of characters. It is a vector of characters that shows the names of the variables of the second data set based on the opinion of the user who said which variable name should not be changed.

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.

Details

For more details about this function, refer to preproc function manual.

See Also

preproc

Examples

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

Run the code above in your browser using DataLab