powered by
Function returns a data frame with row names as years
years_to_rownames(data, column_year)
a data frame to be manipulated
string specifying a column with years
a data frame with years as row names
# NOT RUN { new_df = years_to_rownames(data = daily_sequences, column_year = "years") # }
Run the code above in your browser using DataLab