Created
May 5, 2023 22:04
-
-
Save mikmart/b0241adf58a90004d1cccc98accf2efa to your computer and use it in GitHub Desktop.
C Macros for R
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define PRINT_TYPEOF(x) \ | |
Rprintf("Type of %s is %s [%d].\n", #x, Rf_type2char(TYPEOF(x)), TYPEOF(x)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment