What cause format change when copy and paste in rstudio?

Viewed 1902
#sample select
sample_frac(mydata,n%)#random select n% sample

##############data review####

Just copy above code into rstudio script, you will find 2 more tab added to the last line.
What cause it?

1 Answers
Related