Skip to content

Instantly share code, notes, and snippets.

@rrodrigueznt
Last active November 3, 2018 15:18
Show Gist options
  • Save rrodrigueznt/72190df32f3e4cfbdb5a81f50e35ef4a to your computer and use it in GitHub Desktop.
Save rrodrigueznt/72190df32f3e4cfbdb5a81f50e35ef4a to your computer and use it in GitHub Desktop.
% IGFAE 2017 Thesis Report
<%
for (i in 1:nrow(IGFAEAR2017phd)) {
%>
<%= as.character(IGFAEAR2017phd[i,c('Title')]) %>\
<%= as.character(IGFAEAR2017phd[i,c('Author')]) %>\
<%= as.character(IGFAEAR2017phd[i,c('Tutors')]) %>
<% } %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment