Learn R Programming

morphemepiece.data (version 1.2.0)

.load_inst_rds: Load an RDS from inst Dir

Description

Load an RDS from inst Dir

Usage

.load_inst_rds(filetype, n_tokens)

Arguments

filetype

Character scalar; the type of file, like "lookup" or "vocab".

n_tokens

Integer scalar; The number of tokens used for that file.

Value

The R object.