We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From pizzarr:
b1
boolean
logical
i1
int8
integer
u1
uint8
i2
int16
u2
uint16
i4
int32
u4
uint32
i8
int64
u8
uint64
f2
float16
double
f4
float32
f8
float64
complex
timedelta
datetime
string
character
Unicode
void *
From RNetCDF, numeric are doubles by default but can be coerced to a smaller type according to:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From pizzarr:
Data types
(reading / writing)
b1
/boolean
logical
in R.i1
/int8
integer
in R.u1
/uint8
integer
in R.i2
/int16
integer
in R.u2
/uint16
integer
in R.i4
/int32
integer
in R.u4
/uint32
integer
in R.i8
/int64
integer
in R.u8
/uint64
integer
in R.f2
/float16
double
in R.f4
/float32
double
in R.f8
/float64
double
in R.complex
timedelta
datetime
string
character
in R.Unicode
character
in R.void *
character
in R.From RNetCDF, numeric are doubles by default but can be coerced to a smaller type according to:
The text was updated successfully, but these errors were encountered: