We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I am trying to follow this notebook for extracting data from the dataset : dx_extract_dataset_r.ipynb
But when I try the following lines of code:
cmd <- paste("dx extract_dataset", dataset, " --fields", field_list, "-o extracted_data.csv") system(cmd) data_df <- read_csv("extracted_data.csv", show_col_types = FALSE) head(data_df)
I get an error:
Error: 'extracted_data.csv' does not exist in current working directory ('/opt/notebooks').
Even when I change the output to the following /mnt/project/Outs/extracted_data.csv I get the same error.
How can I extract the data ? Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi I am trying to follow this notebook for extracting data from the dataset : dx_extract_dataset_r.ipynb
But when I try the following lines of code:
I get an error:
Even when I change the output to the following /mnt/project/Outs/extracted_data.csv I get the same error.
How can I extract the data ? Thanks
The text was updated successfully, but these errors were encountered: