Description Usage Arguments Value See Also Examples
View source: R/liladata_class.R
Umwandeln von liladata
in data.frame
. Dabei werden alle Metinformationen mit den Werten zusammengeführt.
1 2 | ## S3 method for class 'liladata'
as.data.frame(.data)
|
.data |
Objekt mit Klasse |
Objekt mit Klasse data.frame
data.frame
Other liladata_methods: liladata
,
merge_liladata
,
select.liladata
1 2 | data <- read_lila_block(system.file("extdata", "exp_lilablock.lila", package="lilatools"))
as.data.frame(data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.