powered by
HPDataFrame
This function neatly prints the contents of a HPDataFrame.
# S3 method for HPDataFrame print(x, ...)
A HPDataFrame.
arguments passed to print.tbl_df
print.tbl_df
Prints contents of the HPDataFrame to the console.
# NOT RUN { df <- HPDataFrame(I = rep(0,12), nside = 1, ordering = "nested") print(df) df # }
Run the code above in your browser using DataLab