Closed kwstat closed 2 years ago
I think your intention is to make sure that .bib, .Rmd, and .tex all have the same basename. I believe you want that check to be if( (length() != 1 ).
if( (length() != 1 )
Thanks Kevin!
I think your intention is to make sure that .bib, .Rmd, and .tex all have the same basename. I believe you want that check to be
if( (length() != 1 )
.