Learn R Programming

giRaph (version 0.0.0.11)

recode: Function to recode an object from a given source code to a given target code

Description

Recode an object from a given source code to a given target code

Usage

recode(object, src, dst)

Arguments

object
an object to be recoded
src
source code object
dst
target code object

Value

  • The recoded object is returned.

Details

The function recode is generic.