brk_FDtoDF: Convert list.column data.frame into scalar.column data.frame

Description Usage Arguments

View source: R/brk_FunctionalData.R

Description

Convert data.frame with 2 column.list into data.frame with only column.scalar

Usage

1
2
3
4
5
brk_FDtoDF_(sf, key1, key2, id = NULL)

brk_FDtoDF(sf, key1, key2, id = NULL, keep = NULL)

brk_FDtoDF_STICK(sf, key1, keep)

Arguments

sf

sf. An object of class sf

key1

character string. The name of the column to select

key2

icharacter string. The name of the column to select

id

name of the replicate for the id. As to be of the same length as the number of row of the sf object

keep

vector of column name to keep


briskaR documentation built on Dec. 11, 2021, 9:23 a.m.