i want more decimal places in round function.
if i give
data<-c(2.768687963684727856934786)
round(data,digits = 20)
2.76868796368473
in that result i got only 14 decimals only after decimal point, how can i get more decimals(means 20). Any help would be greatly appreciated. Thank you!