cbn_get_vectorfile_location.Rd
Returns the full path to the file of word vectors. If there is no
environment variable CBN_VECTORS_LOCATION
in the current
environment it prompts to set a location with
cbn_set_vectorfile_location
cbn_get_vectorfile_location()
a full path to the vectors file
If you want prefer the location of your downloaded vectors to persist
across sessions, add
CBN_VECTORS_LOCATION=/Users/me/Documents/myvectors.txt
or similar to your ~/.Renviron
file (creating the file if necessary).