Explain what is pdv?
Answer / Vimal Bhardwaj
PDV (Physical Data Volume) in R refers to the total storage space occupied by a data set on disk. It can be calculated using functions like object.size() for lists, data frames, or data sets.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is attribute function in r?
What are covariances in R?
Why are the VCD and lattice packages used?
What do copy-on-change issues in r?
What is meant by ANOVA models in R?
What are the steps involved in building and evaluating a linear regression model in r?
Write a function in R language to replace the missing value in a vector with the mean of that vector?
Explain how R commands are written?
Explain for loop control statement in r?
List the functions available in “dplyr” package?
What is recursion in r?
What is s3 in r?