Processing the image SAR

Hello!
I have a problem, I want to read a file with .slc extension in R. the file has the image. Can someone give a tip, since I tried readBin and it did not work.

@Yesh19, R cannot open .slc file extension, try to convert this file to another format acceptable by R may be ASCII file format and use it in R

Thank you @gomalhunzai.

Someone have idea that error?
“Error in readBin(RfileComplex, double(), n = (5510 * 18072), size = 4, :
it is only possible to read from a binary connection”