I am having multiple csv files imported(files all are in same directory) into R with different number of columns.How can I combine them in to single data frame?

I would like to have a single dataframe like biomarkers and allclinical.
Doing Column bind I will end up with a huge number of columns where as with row bind null values and data redundancy would occur.
whats the best way to deal with this solution. regards, akshay
rbindormergeto join them all