You can convert them, in principle. The only difference between F and R is that F=R/N where N is the number of reads per fragment. So for single-end data, RPKM and FPKM are identical. For paired-end, FPKM = RPKM/2. In principle.
If you used an FPKM estimator like Cufflinks or RSEM, then it will overall correlate well with manual calculations, but can vary dramatically for a few genes, because the R value is not the actual observed R, but a statistical estimation based on a bunch of other parameters.
But as the others are saying, you generally cannot compare R/FPKM values between datasets, mainly because the definition of M -- the largest driver of R/FPKM magnitude -- is not standardized. Some use total reads, some use mappable reads, some use gene-aligned reads, etc.
For reference, see Wagner et al 2012, as well as this blog post from Harold Pimentel. Both are very useful clarifications, and have specific interest for comparing between datasets.