Skip to content

Commit

Permalink
Fix sas_run_string
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanzomorrodi committed Nov 11, 2024
1 parent 4603ff7 commit f008f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/sas-addin.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ rstudio_selection <- function(context = rstudio_context()) {
#'
#' @export
sas_run_selected <- function() {
repl_sas(paste(rstudio_selection(), collapse = "\n"))
sas_run_string(paste(rstudio_selection(), collapse = "\n"))
}

0 comments on commit f008f23

Please sign in to comment.