Pages
Home
About
Comments
Projects
Web
Learn Huge
Pentesting Lab
Mobile
Move Tiles
Velocity Ruler
Workaholic
Zombie Crush
Categories
Algorithm
Android
Cloud
GDAL
Git
Linux
Machine Learning
Math
Mobile
Network
Pelican
Python
R
System Design
Web
Computer Science Mojo
~ David's Notes on coding, software and computer science
Tag: Math
R writeBin() lookout for data type
Category:
R
Tag:
R
Math
Errors
By:
David
On:
Thu 21 July 2016
R uses "Numeric" as it's default type for numbers. This can sometimes lead to confusion and errors when a specific type is needed. In this example the writeBin() function is used to write data to binary.
Continue reading »