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

Problem with content function #181

Closed
zhuyitan opened this issue Dec 20, 2014 · 0 comments
Closed

Problem with content function #181

zhuyitan opened this issue Dec 20, 2014 · 0 comments

Comments

@zhuyitan
Copy link

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!

@hadley hadley closed this as completed in edfc4dc Dec 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant