I am trying to run the textEmbed() function in R using the text package in text analysis. However, I keep on getting errors telling me I haven't installed torch
I have an intruiging question, and I can not seem to find the answer. I have a specific python function, which runs a sql script, gets the data and transforms i
I have the following single-choice exercise RadicalPrimo.Rmd, which is intended to simplify square roots: ```{r data generation, echo = FALSE, results = "hide"}
I have a pre-existing virtual environment set up for my python requirements, D:/SC/venv. I am trying to import data from a pickle into RStudio. I gather that in
I'm working on a R package, that makes use of reticulate to call some functions of a Python package I implemented, installable through pip. Following its docume
I try to call an R object from Python inside a Quarto document: --- title: "pandas" format: html jupyter: python3 --- ```{r} data("penguins", package = "palmer