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
Error happens when using the content function in the newest httr package (version 0.6.0) to parse data obtained from some websites. For example,
a = GET("https://tcga-data.nci.nih.gov/tcgafiles/ftp_auth/distro_ftpusers/anonymous/tumor/luad/cgcc/unc.edu/illuminahiseq_rnaseqv2/rnaseqv2/unc.edu_LUAD.IlluminaHiSeq_RNASeqV2.Level_3.1.12.0/unc.edu.00481f66-1aad-4885-9162-bf802b1ed7f5.2064371.rsem.isoforms.normalized_results"); b = content(a, as = "text");
generate an error
Error in basename(file) : path too long
Please help about it. Thank you!
The text was updated successfully, but these errors were encountered:
edfc4dc
No branches or pull requests
Error happens when using the content function in the newest httr package (version 0.6.0) to parse data obtained from some websites. For example,
a = GET("https://tcga-data.nci.nih.gov/tcgafiles/ftp_auth/distro_ftpusers/anonymous/tumor/luad/cgcc/unc.edu/illuminahiseq_rnaseqv2/rnaseqv2/unc.edu_LUAD.IlluminaHiSeq_RNASeqV2.Level_3.1.12.0/unc.edu.00481f66-1aad-4885-9162-bf802b1ed7f5.2064371.rsem.isoforms.normalized_results");
b = content(a, as = "text");
generate an error
Error in basename(file) : path too long
Please help about it. Thank you!
The text was updated successfully, but these errors were encountered: