Learn R Programming

giRaph (version 0.1-1)

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

Description

Recodes 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
an object containing the source code
dst
an object containing the target code

Value

  • The recoded object is returned.

Details

The function recode is generic.