0

I have this error when trying to compile an html document. somebody knows whats do I need to do?

I try to install and uninstall the xfun package but I don't hace idea what is failing

Phil
  • 7,287
  • 3
  • 36
  • 66
  • What are you trying to bind? Do those objects exist in the current environment? `rbind` is a function in multiple packages. If you want to make sure you're using the function from a specific package, use `::` between the package name and the function name. It looks like you're new to SO; welcome to the community! If you want great answers quickly, it's best to make your question reproducible. This includes sample data like the output from `dput()` or `reprex::reprex()` and any libraries you use. Check it out: [making R reproducible questions](https://stackoverflow.com/q/5963269). – Kat Jan 30 '23 at 17:14
  • Please provide enough code so others can better understand or reproduce the problem. – Community Jan 30 '23 at 21:40

0 Answers0