I'm trying to write excel files in R When I'm tryin to access the package I'm getting this error message:
library("xlsx") Error: package or namespace load failed for ‘xlsx’: .onLoad failed in loadNamespace() for 'rJava', details: call: fun(libname, pkgname) error: JAVA_HOME cannot be determined from the Registry
What does it mean?
Bare in mind I'm a noob
Thanks!