clear_nn_cache: Clear the neural network in-memory cache

View source: R/get_gender_nn.R

clear_nn_cacheR Documentation

Clear the neural network in-memory cache

Description

Removes the model and vocabulary metadata from the in-memory session cache. The next call to get_gender_nn will reload them from the on-disk cache (no re-download needed if the files are already cached).

Usage

clear_nn_cache()

Value

Invisible NULL.

Examples

## Not run: 
clear_nn_cache()

## End(Not run)


genderBR documentation built on July 13, 2026, 1:06 a.m.