Last active
November 3, 2018 15:18
-
-
Save rrodrigueznt/72190df32f3e4cfbdb5a81f50e35ef4a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% 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