Last chance! 50% off unlimited learning
Sale ends in
# NOT RUN {
my_int <- h5types$H5T_NATIVE_INT
# make an int with 2 bit
my_int$set_sign(h5const$H5T_SGN_NONE)
my_int$set_size(1)
my_int$set_precision(2)
my_int$describe()
# }
Run the code above in your browser using DataLab