Search code examples
Replicating a dataframe as a whole n times...


rdataframerep

Read More
Repeat vector when its length is not a multiple of desired total length...


rsequencerep

Read More
duplicate and cbind multiple columns of data frame several but different times...


for-looperror-handlingapplycbindrep

Read More
Create sequence of repeated values, with length based on a vector...


rdplyrsequencerep

Read More
Replicate column names and splice...


rstringdataframerep

Read More
I'd like to put multiples repetition of a list in data.table...


rlistdata.tablerep

Read More
dplyr mutate sequence by n levels of grouping by variable...


rdplyrmutaterep

Read More
Weird behavior of mapply with rep and dplyr pipes in R...


rdplyrmapplyrep

Read More
How to interchange a fixed string with sequential string in R?...


rrep

Read More
Generating an vector with rep and seq but without the c() function...


rsequencerep

Read More
How to shift integers by 1 but maintaining the same range?...


rsequenceshiftrep

Read More
Twice as many elements in rep() using the same vector?...


rrep

Read More
R repeating sequence add 1 each repeat...


rsequencerepeatseqrep

Read More
Group column by regular interval...


rdataframerep

Read More
how to create a vector of blank spaces of different sizes in R...


rstringwhitespacerepeatrep

Read More
Creating a complex sequence in R which skips iterations number without using a loop...


rvectorsequencerep

Read More
Starting with incomplete cycle in rep()...


rrep

Read More
Using rep/seq to create ID column...


rsequencerep

Read More
Repeating a vector of names in a column over each date...


rdataframedplyrpurrrrep

Read More
Repeat specific rows a given number of times in R...


rmatrixrowsequencerep

Read More
How to repeat different numeric values into a dataframe in python (similar to rep() in R)...


pythonrepeatrep

Read More
Problem using rep() in R. Invalid "times" argument...


rdataframerep

Read More
Repeating the value in a df column by a specified amount, and concatenating integer count to repeate...


rdataframeseqrep

Read More
Is there a simpler version of renaming columns with alternating patterns? Or tidyverse methods?...


rdplyrrep

Read More
Create a sequence of sequences of numbers...


rmathvectorsequencerep

Read More
Generate series 1, 2,1, 3,2,1, 4,3,2,1, 5,4,3,2,1...


rsequenceseriesseqrep

Read More
R - repetition with dplyr...


rdplyrrep

Read More
Need an R function to replicate X data by Y counts, where X contains some repeated values...


rhistogramrep

Read More
How do you make a dummy dataset in R?...


rdataframerepdummy-data

Read More
Replicate a range of values if condition is satisfied...


rrep

Read More
BackNext