Learn R Programming

kml (version 1.1.3)

updateClusterizLongData: ~ Function: updateClusterizLongData ~

Description

This fonction convert an object ClusterizLongData V0.9 to an object ClusterizLongData V1.0.

Usage

updateClusterizLongData(object)

Arguments

object
[ClusterizLongData]: object to convert

Value

  • ClusterizLongData version V1.0

Details

Objects use by KmL change with version V1.0. The new object structure is not compatible with the old one. This function let the user convert its old object ClusterizLongData to the new struture. For that, just open R ; load the old object ; load the new KmL library ; use updateClusterizLongData.

Examples

Run this code
####################
### Not executable
### if oldObject is your old data :
###
#
# newObject <- updateClusterizLongData(oldObject)
#

Run the code above in your browser using DataLab