Skip to content
Discussion options

You must be logged in to vote

Welcome to Quarto!

The issue is not related to Quarto, but to your R code:

Error in read_sav("onlydss.sav") : could not find function "read_sav"

As for regular R script, you need to either load the R package from which you are using read_sav() or prefix the function with the name of the R package pkg_name::read_sav().

Note that, not sharing actual code makes helping you difficult.
Sharing a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository can help you help yourself and can help others to help you (here and everywhere).

You can share a Quarto document using the following syntax, i.e., using more backticks than you ha…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hypersonique
Comment options

Answer selected by hypersonique
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants