make_temporal: Create temporal data.frame

View source: R/helpers_func.R

make_temporalR Documentation

Create temporal data.frame

Description

Create temporal data.frame

Usage

make_temporal(
  df,
  df_mapped,
  type,
  format_date = NA,
  sep_interval = NA,
  values = NA,
  tf_dic = NA
)

Arguments

df

a data.frame (user)

df_mapped

a data.frame (darwinizer mapping)

type

a string (controlled list of values indicating the type of conversion)

format_date

a character vector of date-time formats

sep_interval

a character, indicating the interval between begin and end date

values

list of two dates

tf_dic

#not functional


fja062/WLDM.standardisation documentation built on Jan. 3, 2023, 11:23 a.m.