Displaying 1 result from an estimated 1 matches for "sharesheld".
Did you mean:
shapeshed
2008 Aug 20
1
How to send Html using SQL Server db mail
...nd it has a single quote in the name
column of line 47 that I am trying to get rid of. I have tried using
gsub, but I cannot get the syntax correct to tell R to remove the '
(single quote).
> go[47,]
gvkey Symbol Name Rank MarketCap MemoDate
Action Analyst Reason SharesHeld
75 065105 BJ BJ'S WHOLESALE CLUB INC 0.9579 2258.24 <NA>
<NA> <NA> <NA> <NA>
>
I have tried every combination I could think of, some of them being:
gsub(go, `'`, ` `)
gsub(go, "'", " ")
gsub(go, "\'S&quo...