I want to run the do_cosine_sim.kv() function for comparing two corpuses, but when loading the exploratory package I run in to an error that R can't find the function.
> library(exploratory)
Package attached: exploratory v0.3.16 (same as the most recent version available through GitHub).
If you run into errors, please try restarting R.
> do_cosine_sim.kv()
Error in do_cosine_sim.kv() : could not find function "do_cosine_sim.kv"
All help much appreciated.
I want to run the
do_cosine_sim.kv()function for comparing two corpuses, but when loading theexploratorypackage I run in to an error that R can't find the function.All help much appreciated.