Closed SSaishruthi closed 3 years ago
I am experiencing trouble with the read.xport()
function from the SASxport
library.
RStudio tells me:
Error in read.xport(ssp_file) : could not find function "read.xport"
This happens while running the convert
function in generate_data.R
file to convert h181.ssp to h181.csv in the Medical Expenditure Tutorial. Any suggestions how to fix this?
Never mind – Loading the library manually: library("SASxport")
solved the issue.
Thanks and closing this issue
This issue is to track R package dependencies and update to make sure it has recent updates from python.