Skip to content

asancpt/puresas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puresas: A SAS Script Generator To Convert CSV To XPT and SAS7BDAT files

convert csv to xpt and sas7bdat by sas script file convert_csv2sas.sas which can be run inside sas to make genuine xpt and sas7bdat files generated by sas software

Installation

install.packages('devtools')
devtools::install_github('asancpt/puresas')

How to use

write.csv(Theoph, 'Theoph.csv', row.names = FALSE)
write.csv(Indometh, 'Indometh.csv', row.names = FALSE)
csv2sas()  # Means "Current directory"