What is the difference between nchar and object.size?
Sample below:
nchar("TestData", type="bytes")
8
format(object.size("TestData"), units = "b")
"104 bytes"
What is the difference between nchar and object.size?
Sample below:
nchar("TestData", type="bytes")
8
format(object.size("TestData"), units = "b")
"104 bytes"