randy3k / radian

A 21 century R console
MIT License
1.96k stars 73 forks source link

long string display #472

Open kongdd opened 4 months ago

kongdd commented 4 months ago
r$> f = "https://files.isimip.org/ISIMIP3b/OutputData/biomes/CLASSIC/gfdl-esm4/future/classic_gfdl-esm4_w5e5_ssp126_2015soc_default_evap-total_global_monthly_2015_2100.nc"

r$> f
[1] "https://files.isimip.org/ISIMIP3b/OutputData/biomes/CLASSIC/gfdl-esm4/future/classic"

f is a long string. radian only display part of the string.