get_all_basiclevel: Get the all_basiclevel data from the all_basiclevel repo

View source: R/get_data.R

get_all_basiclevelR Documentation

Get the all_basiclevel data from the all_basiclevel repo

Description

Get the all_basiclevel data from the all_basiclevel repo

Usage

get_all_basiclevel(version = NULL, drop_basic_level_na = TRUE)

Arguments

version

version tag to checkout

drop_basic_level_na

whether to use the "*_NA" version that has all the nouns, including those whose "basic_level" is set to "NA" (drop_basic_level_na = FALSE) or the standard version that does not include them.

Value

a dataframe containing the all_basiclevel data

Examples


# get version with a specific version tag
all_bl <- get_all_basiclevel(version='0.3.2')

BergelsonLab/blabr documentation built on July 10, 2024, 10:44 a.m.