Learn R Programming

glottospace (version 0.0.112)

glottocreate_structuretable: 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

Run this code
# NOT RUN {
glottocreate_structuretable(varnames = c("var001", "var002", "var003"))
# }

Run the code above in your browser using DataLab