remove_dic: Remove dictionary class and information from a data.frame or...

View source: R/remove_dic.R

remove_dicR Documentation

Remove dictionary class and information from a data.frame or a vector

Description

Remove dictionary class and information from a data.frame or a vector

Usage

remove_dic(data, remove_attributes = FALSE)

Arguments

data

A vector or a data.frame (or an object that inherits from a data.frame)

remove_attributes

If TRUE, all dictionary attributes are removed.

Value

An object not inheriting from class "dic".

Examples

dat <- remove_dic(ex_itrf)
class(ex_itrf$itrf_I_1)
class(dat$itrf_I_1)

jazznbass/scaledic documentation built on July 19, 2023, 12:50 a.m.