[R] INET_NTOA equivalent?

Dr Eberhard Lisse nospam at lisse.NA
Thu Apr 24 02:21:37 CEST 2014


In MySQL

	SELECT INET_ATON('127.0.0.1')

returns the integer 2130706433

Is there a function in R to reverse that, ie so that something like

	ip <- inet_ntoa(2130706433)

would put  '127.0.0.1' into ip?

greetings, el




More information about the R-help mailing list