I need to create a dataframe with a given number of rows, say for instance it is n and with a unique value stored in a variable, for instance, unique_value.
Given n = 6 and unique_value = 25, the expected output would be a dataframe with a single column, 6 rows and in all of them, a 25:
25
25
25
25
25
25