You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks @paul-carteron I'll have a look at Baris_explain, the problem with cat is that you cannot assign the result of it to a variable, i.e, this is not possible: x <- cat("hello"). The happign package looks neat, thanks!
Hello @feddelegrand7 ,
First of all, bravo for this beautiful and surely useful work !! I already tried it a bit and it works perfectly !
I notice that
BARIS_explain()
return a raw character so you have some : "\n" or "l'". Special character are not read.An easy way of enhancing it for a better reading is to use
cat
function here like that :return(cat(df_explain$description))
Have a good day ;)
PS : If you're interested I'm doing quite the same work with IGN data in the
happign
packageThe text was updated successfully, but these errors were encountered: