First publish date: 02.09.2019 Ini ialah beberapa penggunaan asas R yang amat berguna walaupun jarang dipakai. Antaranya: Pasang pakej Cara biasa untuk pasang pakej ialah menggunakan install.packages(). Tetapi sekiranya ingin memasang banyak pekej secara serentank dan memuatkan di R setelah pakej dipasang, cara begini boleh dipakai:
Read MoreSmerge, ediff and diff
Updated: 2021-12-22 For enditing conflict in git, use smerge or ediff. Smerge Basic workflow: Open magit status with SPC g g in Doom Identify the mark with Unmerged under Unstage list Go to the file and press Enter to open the file The base command for Smerge is C-c ^ You will see the conflict and selecting the upper with C-c ^ u and lower with C-c ^ l To select all ‘conflicting’ changes press C-c ^ a To navigate the conflicts use C-c ^ n and C-c ^ p for next and previous conflict To see all the keybindings use C-c ^ h With DOOM and hydra:
Read MoreBiskut Italy
Care buat biskut simple. Biasa bah jumpa di Italy ini biskut dan namanya dorang panggek biscotti. Bahan-bahannya Unit Bahan 200 g kacang-kacang campuran sukak hati. Boleh jugak campur kismis sikit kalo mau. 1 sm kulit oren atau limau nipis.
Read MoreDoom tips
Most used keys Navigation Editing Multiedit Search Org related Good to know Update Doom Install required files Updated: 2022-08-01 Some tips to learn the keybindings in Doom and Evil in the process of migrating from my vanilla Emacs settings.
Read Moredata.table tips
Updated: 2021-09-17 Some tips for data.table that I came across while googling which might be useful. Print To print more rows that default can be done with either: options(datatable.print.topn = 70) print(DT, topn = 70) Using options will implement the changes globally.
Read More