Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import SAS file via OpenCPU #13

Open
borsna opened this issue May 11, 2024 · 2 comments
Open

Import SAS file via OpenCPU #13

borsna opened this issue May 11, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@borsna
Copy link
Collaborator

borsna commented May 11, 2024

The user have to choose a .sas7bdat and a optional .sas7bcat (for category labels).

@borsna borsna added the enhancement New feature or request label May 11, 2024
@JulieLen16
Copy link
Contributor

Base openCPU command which is not working : curl https://cloud.opencpu.org/ocpu/library/haven/R/read_sas -F "data_file=@my_table.sas7bdat&catalog_file=@formats.sas7bcat"

Should find a way to either use both file at the same time, or store one then "upload" the other.

@dusadrian
Copy link

OpenCPU employs the R package haven, as per the link indicating ... /library/haven/...
Now, package haven has a bug reading .sas7bcat (catalog) files from SAS, to which I contributed reporting it about one year ago, here:
tidyverse/haven#716
(but it is apparently still not fixed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants