Tente usar o comando pkill
:
pkill --full /usr/lib/R/bin/exec/R
Na página pkill
man:
pkill will send the specified signal (by default SIGTERM) to each process. [...] -f, --full The pattern is normally only matched against the process name. When -f is set, the full command line is used.