Rnotebook 运行代码块打印dataframe无output

问题遇到的现象和发生背景
          R小白,上课时创建一个dataframe,运行chunk
问题相关代码,请勿粘贴截图
         PSI_df  <-  read_excel('PSI.xlsx',sheet = 'Sheet1')
         PSI_df
运行结果及报错内容
        Environment中Data中的该dataframe正确,但是chunk下没有出现tibble      
我的解答思路和尝试过的方法
我想要达到的结果
          chunk下出现正常的dataframe

我的情况如图

img