I have been struggling to get a piece of data using rvest. The piece of data I am looking for is the value 20960 which is insideOpenView(20960 ). How would I accomplish this with rvest?
An example section of the html I am working with is
<tr class="row-1" align="left">
<td style="width:120px;">
<a href="#" onclick='OpenView(20960 );return false;'>
BAKER, JAIME EDWARD</a>
</td>
</tr>