recode {giRaph}R Documentation

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

Details

The function recode is generic.

Value

The recoded object is returned.

Author(s)

Jens Henrik Badsberg, Claus Dethlefsen, Luca La Rocca


[Package giRaph version 0.1-1 Index]