4
in the database below in column 7 (Column title is Round) is written "1st Round". How to remove the "th" and keep only "1st Round"? Below follows the code for reading database view.
url <- "https://raw.githack.com/fulgenciomath/stackOverflow/master/futdata.csv"
library(data.table)
data <- fread(url,encoding = "Latin-1")