powered by
Save a tibble identified by symbol as a file of format SAS, SPSS, Stata, CSV or TSV in the remote R session working directory.
opal.symbol_save(opal, symbol, destination)
Opal object.
Name of the R symbol representing a tibble.
The path of the file in the R session workspace. Supported file extensions are: .sav (SPSS), .zsav (compressed SPSS), .sas7bdat (SAS), .xpt (SAS Transport), .dta (Stata), .csv (comma separated values), .tsv (tab separated values).
Other symbol functions: opal.rm(), opal.symbol_import(), opal.symbol_rm(), opal.symbols()
opal.rm()
opal.symbol_import()
opal.symbol_rm()
opal.symbols()
if (FALSE) { o <- opal.login('administrator','password', url='https://opal-demo.obiba.org') opal.symbol_save(o, 'D', 'test.sav') opal.logout(o) }
Run the code above in your browser using DataLab