covert_m: converting unit(from hour to minute)

Description Usage Arguments Author(s) Examples

View source: R/covert_m.R

Description

converting unit(from hour to minute)

Usage

1

Arguments

data

data.frame including jikan hun that is japanese charctor

x

data.frame colm number including jikan hun

Author(s)

Keigo Matsuo m.keigo.sp.ku@gmail.com

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
# converting "y hour yy minutes" to "zz minutes"
# Jpanese character only
time    <- c("1h20m","43m","20m","22m")
or <- c("kobe","osaka","kyoto","shiga")
dataF <- data.frame(origin=or,time=time)

# result
DD <- covert_m(dataF,2)

## End(Not run)

kmbsweb/Jtransit documentation built on May 29, 2019, 3:04 p.m.