Skip to content

Instantly share code, notes, and snippets.

View badele's full-sized avatar

Bruno Adele badele

View GitHub Profile
@badele
badele / keybase.md
Created March 15, 2021 17:13
My keybase file

Keybase proof

I hereby claim:

  • I am badele on github.
  • I am brunoadele (https://keybase.io/brunoadele) on keybase.
  • I have a public key whose fingerprint is 00F4 21C4 C537 7BA3 9820 E13F 6B95 E13D E469 CC5D

To claim this, I am signing this object:

@badele
badele / read_and_write_fwf.R
Last active December 8, 2021 08:02
Read and write .fwf file (fixed width file)
suppressPackageStartupMessages({
library(gdata)
library(stringr)
})
#' Generate automatically .fwf file (fixed width file) in R
#' @description This function creates automatically fixed width file
#' It align columns headers with datas
#' @param df dataframe
#' @param filename filename