Hi Nelly,
Are you trying to convert hexadecimal to decimal?

 nrdf
      Setting Value
1  Parameters     a
2  Parameters     b
3  Parameters     c
4  Parameters     d
5  Parameters     e
6  Parameters     2
7  Parameters     8
8  Parameters     9
9  Parameters     7
10          1     a
11          2     b
12          3     c
13          4     d

strtoi(nrdf$Value,16)
 [1] 10 11 12 13 14  2  8  9  7 10 11 12 13

Jim

On Thu, Aug 31, 2017 at 6:30 AM, Nelly Reduan <nell.r...@hotmail.fr> wrote:
> The Excel file can be found from this link: 
> https://1drv.ms/x/s!Apkg2VlgfYyDgQ_mcJ8F4CaXV_Nh

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to