glottocreate_structuretable {glottospace}R Documentation

Create structure table for glottodata

Description

This function creates a new structure table, it can be added to glottodata using glottocreate_addtable()

Usage

glottocreate_structuretable(varnames = NULL)

Arguments

varnames

Character vector of variable names

Value

A structure table

Examples

glottocreate_structuretable(varnames = c("var001", "var002", "var003"))

[Package glottospace version 0.0.112 Index]