tests/testthat/_snaps/run_sas.md

run_sas call the correct method

Code
  run_sas("this is test", sas_session = dummy_session)
Output
  submit the following code: 
  this is test
  format of result is  TEXT

df2sd call the correct method

Code
  df2sd(iris2, "iris2", "work", sas_session = dummy_session)
Output
  submit data into SAS work.iris2

sd2df call the correct method

Code
  sd2df("iris2", "work", sas_session = dummy_session)
Output
  obtain SAS dataset work.iris2


Try the sasr package in your browser

Any scripts or data that you put into this service are public.

sasr documentation built on April 3, 2025, 11:24 p.m.