Skip to content

Instantly share code, notes, and snippets.

@alexhanna
Created March 14, 2013 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexhanna/5162283 to your computer and use it in GitHub Desktop.
Save alexhanna/5162283 to your computer and use it in GitHub Desktop.
When Brett dared me to Sweave Adam's website.
\documentclass{article}
\usepackage{graphicx}
\title{Can I Sweave Adam's Website?}
\author{Alexander Hanna}
\begin{document}
\maketitle
% put R code here
<<web>>=
library("httpRequest")
doc <- getToHost("ssc.wisc.edu", "/~aslez/", '', 80)
print( strsplit(doc, "\n") )
@
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment